Html Css Color HEX #A27010 Golden Brown

📋 copy color: '#A27010'

red 162 ◦ green 112 ◦ blue 16

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

Shades of Golden Brown #A27010

Tints of Golden Brown #A27010

RGB

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

 GREEN value IS 112 (44.14% from 255) = 38.62%

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

R = 55.86%
G = 38.62%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A27010 (or 0xA27010) is known color: Golden Brown. HEX triplet: A2, 70 and 10. RGB value is (162,112,16). Sum of RGB (Red+Green+Blue) = 162+112+16=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 112 (44.14% from 255 or 38.62% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A27010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27010 is #5D8FEF. Grayscale: #747474. Windows color (decimal): -6131696 or 1077410. OLE color: 1077410.

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

Color convert

RGB 162 112 16 -
CMYK 0 0.31 0.90 0.36
HSL 39.45º 0.82% 0.35% -
HSV(B) 39.45º 0.9% 0.64% -
XYZ 20.79 19.31 3.12 -
YUV 116.01 71.57 160.81 -
System Red Green Blue C M Y K H S L
Decimal 162 112 16 0 0.31 0.90 0.36 39.45 0.82 0.35
Hex A2 70 10 0 1F 5A 24 27 52 23
Octal 242 160 20 0 37 132 44 47 122 43
Binary 10100010 1110000 10000 0 11111 1011010 100100 100111 1010010 100011

Color Harmonies of #A27010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27010

Black with #A27010

Text Example


Text Example

White with #A27010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27010; }

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

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

background-color css

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

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

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

border-color css

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

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

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