Html Css Color HEX #A27605 Golden Brown

📋 copy color: '#A27605'

red 162 ◦ green 118 ◦ blue 5

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

Shades of Golden Brown #A27605

Tints of Golden Brown #A27605

RGB

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

 GREEN value IS 118 (46.48% from 255) = 41.4%

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

R = 56.84%
G = 41.4%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27605 (or 0xA27605) is known color: Golden Brown. HEX triplet: A2, 76 and 05. RGB value is (162,118,5). Sum of RGB (Red+Green+Blue) = 162+118+5=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 118 (46.48% from 255 or 41.40% from 285); Blue value is 5 (2.34% from 255 or 1.75% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A27605 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27605 is #5D89FA. Grayscale: #767676. Windows color (decimal): -6130171 or 358050. OLE color: 358050.

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

Color convert

RGB 162 118 5 -
CMYK 0 0.27 0.97 0.36
HSL 43.18º 0.94% 0.33% -
HSV(B) 43.18º 0.97% 0.64% -
XYZ 21.41 20.65 3 -
YUV 118.27 64.08 159.19 -
System Red Green Blue C M Y K H S L
Decimal 162 118 5 0 0.27 0.97 0.36 43.18 0.94 0.33
Hex A2 76 5 0 1B 61 24 2B 5E 21
Octal 242 166 5 0 33 141 44 53 136 41
Binary 10100010 1110110 101 0 11011 1100001 100100 101011 1011110 100001

Color Harmonies of #A27605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27605

Black with #A27605

Text Example


Text Example

White with #A27605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27605; }

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

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

background-color css

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

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

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

border-color css

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

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

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