Html Css Color HEX #A45510 Golden Brown

📋 copy color: '#A45510'

red 164 ◦ green 85 ◦ blue 16

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

Shades of Golden Brown #A45510

Tints of Golden Brown #A45510

RGB

 RED value IS 164 (64.45% from 255) = 61.89%

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

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

R = 61.89%
G = 32.08%
B = 6.04%

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

#A45510 (or 0xA45510) is known color: Golden Brown. HEX triplet: A4, 55 and 10. RGB value is (164,85,16). Sum of RGB (Red+Green+Blue) = 164+85+16=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A45510 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A45510 is #5BAAEF. Grayscale: #656565. Windows color (decimal): -6007536 or 1070500. OLE color: 1070500.

HSL color Cylindrical-coordinate representation of color #A45510: hue angle of 27.97º 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 #A45510 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 85 16 -
CMYK 0 0.48 0.90 0.36
HSL 27.97º 0.82% 0.35% -
HSV(B) 27.97º 0.9% 0.64% -
XYZ 18.65 14.43 2.29 -
YUV 100.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 164 85 16 0 0.48 0.90 0.36 27.97 0.82 0.35
Hex A4 55 10 0 30 5A 24 1C 52 23
Octal 244 125 20 0 60 132 44 34 122 43
Binary 10100100 1010101 10000 0 110000 1011010 100100 11100 1010010 100011

Color Harmonies of #A45510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A45510

Black with #A45510

Text Example


Text Example

White with #A45510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A45510; }

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

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

background-color css

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

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

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

border-color css

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

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

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