Html Css Color HEX #A27752 Pale Brown

📋 copy color: '#A27752'

red 162 ◦ green 119 ◦ blue 82

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

Shades of Pale Brown #A27752

Tints of Pale Brown #A27752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 32.78%

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

R = 44.63%
G = 32.78%
B = 22.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#A27752 (or 0xA27752) is known color: Pale Brown. HEX triplet: A2, 77 and 52. RGB value is (162,119,82). Sum of RGB (Red+Green+Blue) = 162+119+82=363 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.63% from 363); Green value is 119 (46.88% from 255 or 32.78% from 363); Blue value is 82 (32.42% from 255 or 22.59% from 363); Max value from RGB is 162 - color contains mainly: red. Hex color #A27752 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A27752 is #5D88AD. Grayscale: #7F7F7F. Windows color (decimal): -6129838 or 5404578. OLE color: 5404578.

HSL color Cylindrical-coordinate representation of color #A27752: hue angle of 27.75º 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 #A27752 is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 119 82 -
CMYK 0 0.27 0.49 0.36
HSL 27.75º 0.33% 0.48% -
HSV(B) 27.75º 0.49% 0.64% -
XYZ 23.02 21.48 10.92 -
YUV 127.64 102.25 152.51 -
System Red Green Blue C M Y K H S L
Decimal 162 119 82 0 0.27 0.49 0.36 27.75 0.33 0.48
Hex A2 77 52 0 1B 31 24 1C 21 30
Octal 242 167 122 0 33 61 44 34 41 60
Binary 10100010 1110111 1010010 0 11011 110001 100100 11100 100001 110000

Color Harmonies of #A27752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27752

Black with #A27752

Text Example


Text Example

White with #A27752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27752; }

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

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

background-color css

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

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

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

border-color css

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

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

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