Html Css Color HEX #A27249 Pale Brown

📋 copy color: '#A27249'

red 162 ◦ green 114 ◦ blue 73

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

Shades of Pale Brown #A27249

Tints of Pale Brown #A27249

RGB

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

 GREEN value IS 114 (44.92% from 255) = 32.66%

 BLUE value IS 73 (28.91% from 255) = 20.92%

R = 46.42%
G = 32.66%
B = 20.92%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.36

RGB Variations

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

Color information

#A27249 (or 0xA27249) is known color: Pale Brown. HEX triplet: A2, 72 and 49. RGB value is (162,114,73). Sum of RGB (Red+Green+Blue) = 162+114+73=349 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.42% from 349); Green value is 114 (44.92% from 255 or 32.66% from 349); Blue value is 73 (28.91% from 255 or 20.92% from 349); Max value from RGB is 162 - color contains mainly: red. Hex color #A27249 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A27249 is #5D8DB6. Grayscale: #7B7B7B. Windows color (decimal): -6131127 or 4813474. OLE color: 4813474.

HSL color Cylindrical-coordinate representation of color #A27249: hue angle of 27.64º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A27249 is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 73 -
CMYK 0 0.30 0.55 0.36
HSL 27.64º 0.38% 0.46% -
HSV(B) 27.64º 0.55% 0.64% -
XYZ 22.12 20.2 9.04 -
YUV 123.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 162 114 73 0 0.30 0.55 0.36 27.64 0.38 0.46
Hex A2 72 49 0 1E 37 24 1C 26 2E
Octal 242 162 111 0 36 67 44 34 46 56
Binary 10100010 1110010 1001001 0 11110 110111 100100 11100 100110 101110

Color Harmonies of #A27249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27249

Black with #A27249

Text Example


Text Example

White with #A27249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27249; }

 p { color: rgb(162,114,73); }

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

background-color css

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

 a { background-color: rgb(162,114,73); }

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

border-color css

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

 span { border-color: rgb(162,114,73); }

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