Html Css Color HEX #A27452 Pale Brown

📋 copy color: '#A27452'

red 162 ◦ green 116 ◦ blue 82

#A27452
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Brown #A27452

Tints of Pale Brown #A27452

RGB

 RED value IS 162 (63.67% from 255) = 45%

 GREEN value IS 116 (45.7% from 255) = 32.22%

 BLUE value IS 82 (32.42% from 255) = 22.78%

R = 45%
G = 32.22%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A27452 (or 0xA27452) is known color: Pale Brown. HEX triplet: A2, 74 and 52. RGB value is (162,116,82). Sum of RGB (Red+Green+Blue) = 162+116+82=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 116 (45.70% from 255 or 32.22% from 360); Blue value is 82 (32.42% from 255 or 22.78% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A27452 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27452 is #5D8BAD. Grayscale: #7E7E7E. Windows color (decimal): -6130606 or 5403810. OLE color: 5403810.

HSL color Cylindrical-coordinate representation of color #A27452: hue angle of 25.5º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A27452 is Cyan = 0, Magento = 0.28, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 116 82 -
CMYK 0 0.28 0.49 0.36
HSL 25.5º 0.33% 0.48% -
HSV(B) 25.5º 0.49% 0.64% -
XYZ 22.67 20.78 10.8 -
YUV 125.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 162 116 82 0 0.28 0.49 0.36 25.5 0.33 0.48
Hex A2 74 52 0 1C 31 24 1A 21 30
Octal 242 164 122 0 34 61 44 32 41 60
Binary 10100010 1110100 1010010 0 11100 110001 100100 11010 100001 110000

Color Harmonies of #A27452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27452

Black with #A27452

Text Example


Text Example

White with #A27452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27452; }

 p { color: rgb(162,116,82); }

 H1.HeaderClassName
 {
   color: #A27452;
 }
 .AnyTagClassName
 {
   color: #A27452;
 }
</style>

background-color css

<style>
 a { background-color: #A27452; }

 a { background-color: rgb(162,116,82); }

 div.DivClassName
 {
   background-color: #A27452;
 }
 .BgClassName
 {
   background-color: #A27452;
 }
</style>

border-color css

<style>
 span { border-color: #A27452; }

 span { border-color: rgb(162,116,82); }

 td.TdClassName
 {
   border-color: #A27452;
 }
 .TagClassName
 {
   border-color: #A27452;
 }
</style>