Html Css Color HEX #A35510 Golden Brown

📋 copy color: '#A35510'

red 163 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #A35510

Tints of Golden Brown #A35510

RGB

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

 GREEN value IS 85 (33.59% from 255) = 32.2%

 BLUE value IS 16 (6.64% from 255) = 6.06%

R = 61.74%
G = 32.2%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A35510 (or 0xA35510) is known color: Golden Brown. HEX triplet: A3, 55 and 10. RGB value is (163,85,16). Sum of RGB (Red+Green+Blue) = 163+85+16=264 (34% of max value = 765). Red value is 163 (64.06% from 255 or 61.74% from 264); Green value is 85 (33.59% from 255 or 32.20% from 264); Blue value is 16 (6.64% from 255 or 6.06% from 264); Max value from RGB is 163 - color contains mainly: red. Hex color #A35510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A35510 is #5CAAEF. Grayscale: #646464. Windows color (decimal): -6073072 or 1070499. OLE color: 1070499.

HSL color Cylindrical-coordinate representation of color #A35510: hue angle of 28.16º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A35510 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 85 16 -
CMYK 0 0.48 0.90 0.36
HSL 28.16º 0.82% 0.35% -
HSV(B) 28.16º 0.9% 0.64% -
XYZ 18.45 14.32 2.28 -
YUV 100.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 163 85 16 0 0.48 0.90 0.36 28.16 0.82 0.35
Hex A3 55 10 0 30 5A 24 1C 52 23
Octal 243 125 20 0 60 132 44 34 122 43
Binary 10100011 1010101 10000 0 110000 1011010 100100 11100 1010010 100011

Color Harmonies of #A35510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A35510

Black with #A35510

Text Example


Text Example

White with #A35510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A35510; }

 p { color: rgb(163,85,16); }

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

background-color css

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

 a { background-color: rgb(163,85,16); }

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

border-color css

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

 span { border-color: rgb(163,85,16); }

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