Html Css Color HEX #9A551A Rich Gold

📋 copy color: '#9A551A'

red 154 ◦ green 85 ◦ blue 26

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

Shades of Rich Gold #9A551A

Tints of Rich Gold #9A551A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.81%

R = 58.11%
G = 32.08%
B = 9.81%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A551A (or 0x9A551A) is known color: Rich Gold. HEX triplet: 9A, 55 and 1A. RGB value is (154,85,26). Sum of RGB (Red+Green+Blue) = 154+85+26=265 (35% of max value = 765). Red value is 154 (60.55% from 255 or 58.11% from 265); Green value is 85 (33.59% from 255 or 32.08% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 154 - color contains mainly: red. Hex color #9A551A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A551A is #65AAE5. Grayscale: #636363. Windows color (decimal): -6662886 or 1725850. OLE color: 1725850.

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

Color convert

RGB 154 85 26 -
CMYK 0 0.45 0.83 0.40
HSL 27.66º 0.71% 0.35% -
HSV(B) 27.66º 0.83% 0.6% -
XYZ 16.76 13.44 2.69 -
YUV 98.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 154 85 26 0 0.45 0.83 0.40 27.66 0.71 0.35
Hex 9A 55 1A 0 2D 53 28 1C 47 23
Octal 232 125 32 0 55 123 50 34 107 43
Binary 10011010 1010101 11010 0 101101 1010011 101000 11100 1000111 100011

Color Harmonies of #9A551A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A551A

Black with #9A551A

Text Example


Text Example

White with #9A551A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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