Html Css Color HEX #A15813 Golden Brown

📋 copy color: '#A15813'

red 161 ◦ green 88 ◦ blue 19

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

Shades of Golden Brown #A15813

Tints of Golden Brown #A15813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.09%

R = 60.07%
G = 32.84%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A15813 (or 0xA15813) is known color: Golden Brown. HEX triplet: A1, 58 and 13. RGB value is (161,88,19). Sum of RGB (Red+Green+Blue) = 161+88+19=268 (35% of max value = 765). Red value is 161 (63.28% from 255 or 60.07% from 268); Green value is 88 (34.77% from 255 or 32.84% from 268); Blue value is 19 (7.81% from 255 or 7.09% from 268); Max value from RGB is 161 - color contains mainly: red. Hex color #A15813 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A15813 is #5EA7EC. Grayscale: #666666. Windows color (decimal): -6203373 or 1267873. OLE color: 1267873.

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

Color convert

RGB 161 88 19 -
CMYK 0 0.45 0.88 0.37
HSL 29.15º 0.79% 0.35% -
HSV(B) 29.15º 0.88% 0.63% -
XYZ 18.31 14.6 2.47 -
YUV 101.96 81.18 170.11 -
System Red Green Blue C M Y K H S L
Decimal 161 88 19 0 0.45 0.88 0.37 29.15 0.79 0.35
Hex A1 58 13 0 2D 58 25 1D 4F 23
Octal 241 130 23 0 55 130 45 35 117 43
Binary 10100001 1011000 10011 0 101101 1011000 100101 11101 1001111 100011

Color Harmonies of #A15813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15813

Black with #A15813

Text Example


Text Example

White with #A15813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15813; }

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

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

background-color css

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

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

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

border-color css

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

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

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