Html Css Color HEX #9A5517 Rich Gold

📋 copy color: '#9A5517'

red 154 ◦ green 85 ◦ blue 23

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

Shades of Rich Gold #9A5517

Tints of Rich Gold #9A5517

RGB

 RED value IS 154 (60.55% from 255) = 58.78%

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

 BLUE value IS 23 (9.38% from 255) = 8.78%

R = 58.78%
G = 32.44%
B = 8.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.85

 K value IS 0.40

RGB Variations

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

Color information

#9A5517 (or 0x9A5517) is known color: Rich Gold. HEX triplet: 9A, 55 and 17. RGB value is (154,85,23). Sum of RGB (Red+Green+Blue) = 154+85+23=262 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.78% from 262); Green value is 85 (33.59% from 255 or 32.44% from 262); Blue value is 23 (9.38% from 255 or 8.78% from 262); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5517 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5517 is #65AAE8. Grayscale: #626262. Windows color (decimal): -6662889 or 1529242. OLE color: 1529242.

HSL color Cylindrical-coordinate representation of color #9A5517: hue angle of 28.4º degrees, saturation: 0.74, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9A5517 is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 85 23 -
CMYK 0 0.45 0.85 0.40
HSL 28.4º 0.74% 0.35% -
HSV(B) 28.4º 0.85% 0.6% -
XYZ 16.73 13.43 2.52 -
YUV 98.56 85.36 167.54 -
System Red Green Blue C M Y K H S L
Decimal 154 85 23 0 0.45 0.85 0.40 28.4 0.74 0.35
Hex 9A 55 17 0 2D 55 28 1C 4A 23
Octal 232 125 27 0 55 125 50 34 112 43
Binary 10011010 1010101 10111 0 101101 1010101 101000 11100 1001010 100011

Color Harmonies of #9A5517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5517

Black with #9A5517

Text Example


Text Example

White with #9A5517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A5517; }

 p { color: rgb(154,85,23); }

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

background-color css

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

 a { background-color: rgb(154,85,23); }

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

border-color css

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

 span { border-color: rgb(154,85,23); }

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