Html Css Color HEX #A27011 Golden Brown

📋 copy color: '#A27011'

red 162 ◦ green 112 ◦ blue 17

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

Shades of Golden Brown #A27011

Tints of Golden Brown #A27011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.84%

R = 55.67%
G = 38.49%
B = 5.84%

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

#A27011 (or 0xA27011) is known color: Golden Brown. HEX triplet: A2, 70 and 11. RGB value is (162,112,17). Sum of RGB (Red+Green+Blue) = 162+112+17=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 17 (7.03% from 255 or 5.84% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A27011 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27011 is #5D8FEE. Grayscale: #747474. Windows color (decimal): -6131695 or 1142946. OLE color: 1142946.

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

Color convert

RGB 162 112 17 -
CMYK 0 0.31 0.90 0.36
HSL 39.31º 0.81% 0.35% -
HSV(B) 39.31º 0.9% 0.64% -
XYZ 20.8 19.31 3.16 -
YUV 116.12 72.07 160.72 -
System Red Green Blue C M Y K H S L
Decimal 162 112 17 0 0.31 0.90 0.36 39.31 0.81 0.35
Hex A2 70 11 0 1F 5A 24 27 51 23
Octal 242 160 21 0 37 132 44 47 121 43
Binary 10100010 1110000 10001 0 11111 1011010 100100 100111 1010001 100011

Color Harmonies of #A27011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27011

Black with #A27011

Text Example


Text Example

White with #A27011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27011; }

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

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

background-color css

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

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

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

border-color css

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

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

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