Html Css Color HEX #A35815 Golden Brown

📋 copy color: '#A35815'

red 163 ◦ green 88 ◦ blue 21

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

Shades of Golden Brown #A35815

Tints of Golden Brown #A35815

RGB

 RED value IS 163 (64.06% from 255) = 59.93%

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

 BLUE value IS 21 (8.59% from 255) = 7.72%

R = 59.93%
G = 32.35%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A35815 (or 0xA35815) is known color: Golden Brown. HEX triplet: A3, 58 and 15. RGB value is (163,88,21). Sum of RGB (Red+Green+Blue) = 163+88+21=272 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.93% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 21 (8.59% from 255 or 7.72% from 272); Max value from RGB is 163 - color contains mainly: red. Hex color #A35815 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35815 is #5CA7EA. Grayscale: #676767. Windows color (decimal): -6072299 or 1398947. OLE color: 1398947.

HSL color Cylindrical-coordinate representation of color #A35815: hue angle of 28.31º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A35815 is Cyan = 0, Magento = 0.46, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 88 21 -
CMYK 0 0.46 0.87 0.36
HSL 28.31º 0.77% 0.36% -
HSV(B) 28.31º 0.87% 0.64% -
XYZ 18.73 14.82 2.58 -
YUV 102.79 81.85 170.95 -
System Red Green Blue C M Y K H S L
Decimal 163 88 21 0 0.46 0.87 0.36 28.31 0.77 0.36
Hex A3 58 15 0 2E 57 24 1C 4D 24
Octal 243 130 25 0 56 127 44 34 115 44
Binary 10100011 1011000 10101 0 101110 1010111 100100 11100 1001101 100100

Color Harmonies of #A35815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35815

Black with #A35815

Text Example


Text Example

White with #A35815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35815; }

 p { color: rgb(163,88,21); }

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

background-color css

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

 a { background-color: rgb(163,88,21); }

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

border-color css

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

 span { border-color: rgb(163,88,21); }

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