Html Css Color HEX #A95410 Rich Gold

📋 copy color: '#A95410'

red 169 ◦ green 84 ◦ blue 16

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

Shades of Rich Gold #A95410

Tints of Rich Gold #A95410

RGB

 RED value IS 169 (66.41% from 255) = 62.83%

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 62.83%
G = 31.23%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A95410 (or 0xA95410) is known color: Rich Gold. HEX triplet: A9, 54 and 10. RGB value is (169,84,16). Sum of RGB (Red+Green+Blue) = 169+84+16=269 (35% of max value = 765). Red value is 169 (66.41% from 255 or 62.83% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 169 - color contains mainly: red. Hex color #A95410 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A95410 is #56ABEF. Grayscale: #666666. Windows color (decimal): -5680112 or 1070249. OLE color: 1070249.

HSL color Cylindrical-coordinate representation of color #A95410: hue angle of 26.67º degrees, saturation: 0.83, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A95410 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 84 16 -
CMYK 0 0.50 0.91 0.34
HSL 26.67º 0.83% 0.36% -
HSV(B) 26.67º 0.91% 0.66% -
XYZ 19.63 14.81 2.32 -
YUV 101.66 79.66 176.03 -
System Red Green Blue C M Y K H S L
Decimal 169 84 16 0 0.50 0.91 0.34 26.67 0.83 0.36
Hex A9 54 10 0 32 5B 22 1B 53 24
Octal 251 124 20 0 62 133 42 33 123 44
Binary 10101001 1010100 10000 0 110010 1011011 100010 11011 1010011 100100

Color Harmonies of #A95410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95410

Black with #A95410

Text Example


Text Example

White with #A95410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95410; }

 p { color: rgb(169,84,16); }

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

background-color css

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

 a { background-color: rgb(169,84,16); }

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

border-color css

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

 span { border-color: rgb(169,84,16); }

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