Html Css Color HEX #A27210 Golden Brown

📋 copy color: '#A27210'

red 162 ◦ green 114 ◦ blue 16

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

Shades of Golden Brown #A27210

Tints of Golden Brown #A27210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.48%

R = 55.48%
G = 39.04%
B = 5.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A27210 (or 0xA27210) is known color: Golden Brown. HEX triplet: A2, 72 and 10. RGB value is (162,114,16). Sum of RGB (Red+Green+Blue) = 162+114+16=292 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.48% from 292); Green value is 114 (44.92% from 255 or 39.04% from 292); Blue value is 16 (6.64% from 255 or 5.48% from 292); Max value from RGB is 162 - color contains mainly: red. Hex color #A27210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27210 is #5D8DEF. Grayscale: #757575. Windows color (decimal): -6131184 or 1077922. OLE color: 1077922.

HSL color Cylindrical-coordinate representation of color #A27210: hue angle of 40.27º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A27210 is Cyan = 0, Magento = 0.30, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 114 16 -
CMYK 0 0.30 0.90 0.36
HSL 40.27º 0.82% 0.35% -
HSV(B) 40.27º 0.9% 0.64% -
XYZ 21.01 19.75 3.2 -
YUV 117.18 70.9 159.97 -
System Red Green Blue C M Y K H S L
Decimal 162 114 16 0 0.30 0.90 0.36 40.27 0.82 0.35
Hex A2 72 10 0 1E 5A 24 28 52 23
Octal 242 162 20 0 36 132 44 50 122 43
Binary 10100010 1110010 10000 0 11110 1011010 100100 101000 1010010 100011

Color Harmonies of #A27210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27210

Black with #A27210

Text Example


Text Example

White with #A27210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27210; }

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

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

background-color css

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

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

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

border-color css

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

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

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