Html Css Color HEX #A27205 Golden Brown

📋 copy color: '#A27205'

red 162 ◦ green 114 ◦ blue 5

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

Shades of Golden Brown #A27205

Tints of Golden Brown #A27205

RGB

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

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

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

R = 57.65%
G = 40.57%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27205 (or 0xA27205) is known color: Golden Brown. HEX triplet: A2, 72 and 05. RGB value is (162,114,5). Sum of RGB (Red+Green+Blue) = 162+114+5=281 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.65% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 5 (2.34% from 255 or 1.78% from 281); Max value from RGB is 162 - color contains mainly: red. Hex color #A27205 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27205 is #5D8DFA. Grayscale: #747474. Windows color (decimal): -6131195 or 357026. OLE color: 357026.

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

Color convert

RGB 162 114 5 -
CMYK 0 0.30 0.97 0.36
HSL 41.66º 0.94% 0.33% -
HSV(B) 41.66º 0.97% 0.64% -
XYZ 20.95 19.73 2.85 -
YUV 115.93 65.4 160.86 -
System Red Green Blue C M Y K H S L
Decimal 162 114 5 0 0.30 0.97 0.36 41.66 0.94 0.33
Hex A2 72 5 0 1E 61 24 2A 5E 21
Octal 242 162 5 0 36 141 44 52 136 41
Binary 10100010 1110010 101 0 11110 1100001 100100 101010 1011110 100001

Color Harmonies of #A27205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27205

Black with #A27205

Text Example


Text Example

White with #A27205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27205; }

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

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

background-color css

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

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

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

border-color css

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

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

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