Html Css Color HEX #9A5518 Rich Gold

📋 copy color: '#9A5518'

red 154 ◦ green 85 ◦ blue 24

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

Shades of Rich Gold #9A5518

Tints of Rich Gold #9A5518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.13%

R = 58.56%
G = 32.32%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#9A5518 (or 0x9A5518) is known color: Rich Gold. HEX triplet: 9A, 55 and 18. RGB value is (154,85,24). Sum of RGB (Red+Green+Blue) = 154+85+24=263 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.56% from 263); Green value is 85 (33.59% from 255 or 32.32% from 263); Blue value is 24 (9.77% from 255 or 9.13% from 263); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5518 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9A5518 is #65AAE7. Grayscale: #626262. Windows color (decimal): -6662888 or 1594778. OLE color: 1594778.

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

Color convert

RGB 154 85 24 -
CMYK 0 0.45 0.84 0.40
HSL 28.15º 0.73% 0.35% -
HSV(B) 28.15º 0.84% 0.6% -
XYZ 16.74 13.43 2.57 -
YUV 98.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 154 85 24 0 0.45 0.84 0.40 28.15 0.73 0.35
Hex 9A 55 18 0 2D 54 28 1C 49 23
Octal 232 125 30 0 55 124 50 34 111 43
Binary 10011010 1010101 11000 0 101101 1010100 101000 11100 1001001 100011

Color Harmonies of #9A5518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A5518

Black with #9A5518

Text Example


Text Example

White with #9A5518

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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