Html Css Color HEX #A15805 Golden Brown

📋 copy color: '#A15805'

red 161 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #A15805

Tints of Golden Brown #A15805

RGB

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

 GREEN value IS 88 (34.77% from 255) = 34.65%

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

R = 63.39%
G = 34.65%
B = 1.97%

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

#A15805 (or 0xA15805) is known color: Golden Brown. HEX triplet: A1, 58 and 05. RGB value is (161,88,5). Sum of RGB (Red+Green+Blue) = 161+88+5=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 5 (2.34% from 255 or 1.97% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A15805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15805 is #5EA7FA. Grayscale: #646464. Windows color (decimal): -6203387 or 350369. OLE color: 350369.

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

Color convert

RGB 161 88 5 -
CMYK 0 0.45 0.97 0.37
HSL 31.92º 0.94% 0.33% -
HSV(B) 31.92º 0.97% 0.63% -
XYZ 18.22 14.57 2 -
YUV 100.37 74.18 171.25 -
System Red Green Blue C M Y K H S L
Decimal 161 88 5 0 0.45 0.97 0.37 31.92 0.94 0.33
Hex A1 58 5 0 2D 61 25 20 5E 21
Octal 241 130 5 0 55 141 45 40 136 41
Binary 10100001 1011000 101 0 101101 1100001 100101 100000 1011110 100001

Color Harmonies of #A15805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15805

Black with #A15805

Text Example


Text Example

White with #A15805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15805; }

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

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

background-color css

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

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

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

border-color css

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

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

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