Html Css Color HEX #A15905 Golden Brown

📋 copy color: '#A15905'

red 161 ◦ green 89 ◦ blue 5

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

Shades of Golden Brown #A15905

Tints of Golden Brown #A15905

RGB

 RED value IS 161 (63.28% from 255) = 63.14%

 GREEN value IS 89 (35.16% from 255) = 34.9%

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

R = 63.14%
G = 34.9%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A15905 (or 0xA15905) is known color: Golden Brown. HEX triplet: A1, 59 and 05. RGB value is (161,89,5). Sum of RGB (Red+Green+Blue) = 161+89+5=255 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.14% from 255); Green value is 89 (35.16% from 255 or 34.90% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 161 - color contains mainly: red. Hex color #A15905 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15905 is #5EA6FA. Grayscale: #656565. Windows color (decimal): -6203131 or 350625. OLE color: 350625.

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

Color convert

RGB 161 89 5 -
CMYK 0 0.45 0.97 0.37
HSL 32.31º 0.94% 0.33% -
HSV(B) 32.31º 0.97% 0.63% -
XYZ 18.3 14.73 2.02 -
YUV 100.95 73.85 170.83 -
System Red Green Blue C M Y K H S L
Decimal 161 89 5 0 0.45 0.97 0.37 32.31 0.94 0.33
Hex A1 59 5 0 2D 61 25 20 5E 21
Octal 241 131 5 0 55 141 45 40 136 41
Binary 10100001 1011001 101 0 101101 1100001 100101 100000 1011110 100001

Color Harmonies of #A15905

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15905

Black with #A15905

Text Example


Text Example

White with #A15905

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15905; }

 p { color: rgb(161,89,5); }

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

background-color css

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

 a { background-color: rgb(161,89,5); }

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

border-color css

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

 span { border-color: rgb(161,89,5); }

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