Html Css Color HEX #A27405 Golden Brown

📋 copy color: '#A27405'

red 162 ◦ green 116 ◦ blue 5

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

Shades of Golden Brown #A27405

Tints of Golden Brown #A27405

RGB

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

 GREEN value IS 116 (45.7% from 255) = 40.99%

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

R = 57.24%
G = 40.99%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A27405 (or 0xA27405) is known color: Golden Brown. HEX triplet: A2, 74 and 05. RGB value is (162,116,5). Sum of RGB (Red+Green+Blue) = 162+116+5=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 116 (45.70% from 255 or 40.99% from 283); Blue value is 5 (2.34% from 255 or 1.77% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A27405 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A27405 is #5D8BFA. Grayscale: #757575. Windows color (decimal): -6130683 or 357538. OLE color: 357538.

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

Color convert

RGB 162 116 5 -
CMYK 0 0.28 0.97 0.36
HSL 42.42º 0.94% 0.33% -
HSV(B) 42.42º 0.97% 0.64% -
XYZ 21.17 20.18 2.92 -
YUV 117.1 64.74 160.03 -
System Red Green Blue C M Y K H S L
Decimal 162 116 5 0 0.28 0.97 0.36 42.42 0.94 0.33
Hex A2 74 5 0 1C 61 24 2A 5E 21
Octal 242 164 5 0 34 141 44 52 136 41
Binary 10100010 1110100 101 0 11100 1100001 100100 101010 1011110 100001

Color Harmonies of #A27405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A27405

Black with #A27405

Text Example


Text Example

White with #A27405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A27405; }

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

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

background-color css

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

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

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

border-color css

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

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

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