Html Css Color HEX #A27005 Golden Brown

📋 copy color: '#A27005'

red 162 ◦ green 112 ◦ blue 5

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

Shades of Golden Brown #A27005

Tints of Golden Brown #A27005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.79%

R = 58.06%
G = 40.14%
B = 1.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27005 (or 0xA27005) is known color: Golden Brown. HEX triplet: A2, 70 and 05. RGB value is (162,112,5). Sum of RGB (Red+Green+Blue) = 162+112+5=279 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.06% from 279); Green value is 112 (44.14% from 255 or 40.14% from 279); Blue value is 5 (2.34% from 255 or 1.79% from 279); Max value from RGB is 162 - color contains mainly: red. Hex color #A27005 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27005 is #5D8FFA. Grayscale: #737373. Windows color (decimal): -6131707 or 356514. OLE color: 356514.

HSL color Cylindrical-coordinate representation of color #A27005: hue angle of 40.89º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A27005 is Cyan = 0, Magento = 0.31, Yellow = 0.97 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 112 5 -
CMYK 0 0.31 0.97 0.36
HSL 40.89º 0.94% 0.33% -
HSV(B) 40.89º 0.97% 0.64% -
XYZ 20.72 19.28 2.77 -
YUV 114.75 66.07 161.7 -
System Red Green Blue C M Y K H S L
Decimal 162 112 5 0 0.31 0.97 0.36 40.89 0.94 0.33
Hex A2 70 5 0 1F 61 24 29 5E 21
Octal 242 160 5 0 37 141 44 51 136 41
Binary 10100010 1110000 101 0 11111 1100001 100100 101001 1011110 100001

Color Harmonies of #A27005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27005

Black with #A27005

Text Example


Text Example

White with #A27005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27005; }

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

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

background-color css

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

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

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

border-color css

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

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

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