Html Css Color HEX #9A511F Rich Gold

📋 copy color: '#9A511F'

red 154 ◦ green 81 ◦ blue 31

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

Shades of Rich Gold #9A511F

Tints of Rich Gold #9A511F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.45%

 BLUE value IS 31 (12.5% from 255) = 11.65%

R = 57.89%
G = 30.45%
B = 11.65%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A511F (or 0x9A511F) is known color: Rich Gold. HEX triplet: 9A, 51 and 1F. RGB value is (154,81,31). Sum of RGB (Red+Green+Blue) = 154+81+31=266 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.89% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 154 - color contains mainly: red. Hex color #9A511F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A511F is #65AEE0. Grayscale: #616161. Windows color (decimal): -6663905 or 2052506. OLE color: 2052506.

HSL color Cylindrical-coordinate representation of color #9A511F: hue angle of 24.39º degrees, saturation: 0.66, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9A511F is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 81 31 -
CMYK 0 0.47 0.80 0.40
HSL 24.39º 0.66% 0.36% -
HSV(B) 24.39º 0.8% 0.6% -
XYZ 16.52 12.85 2.91 -
YUV 97.13 90.68 168.57 -
System Red Green Blue C M Y K H S L
Decimal 154 81 31 0 0.47 0.80 0.40 24.39 0.66 0.36
Hex 9A 51 1F 0 2F 50 28 18 42 24
Octal 232 121 37 0 57 120 50 30 102 44
Binary 10011010 1010001 11111 0 101111 1010000 101000 11000 1000010 100100

Color Harmonies of #9A511F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A511F

Black with #9A511F

Text Example


Text Example

White with #9A511F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,81,31); }

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

background-color css

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

 a { background-color: rgb(154,81,31); }

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

border-color css

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

 span { border-color: rgb(154,81,31); }

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