Html Css Color HEX #9A461F Rich Gold

📋 copy color: '#9A461F'

red 154 ◦ green 70 ◦ blue 31

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

Shades of Rich Gold #9A461F

Tints of Rich Gold #9A461F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.45%

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

R = 60.39%
G = 27.45%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.80

 K value IS 0.40

RGB Variations

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

Color information

#9A461F (or 0x9A461F) is known color: Rich Gold. HEX triplet: 9A, 46 and 1F. RGB value is (154,70,31). Sum of RGB (Red+Green+Blue) = 154+70+31=255 (33% of max value = 765). Red value is 154 (60.55% from 255 or 60.39% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 31 (12.5% from 255 or 12.16% from 255); Max value from RGB is 154 - color contains mainly: red. Hex color #9A461F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A461F is #65B9E0. Grayscale: #5A5A5A. Windows color (decimal): -6666721 or 2049690. OLE color: 2049690.

HSL color Cylindrical-coordinate representation of color #9A461F: hue angle of 19.02º 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 #9A461F is Cyan = 0, Magento = 0.55, Yellow = 0.80 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 70 31 -
CMYK 0 0.55 0.80 0.40
HSL 19.02º 0.66% 0.36% -
HSV(B) 19.02º 0.8% 0.6% -
XYZ 15.76 11.35 2.66 -
YUV 90.67 94.33 173.17 -
System Red Green Blue C M Y K H S L
Decimal 154 70 31 0 0.55 0.80 0.40 19.02 0.66 0.36
Hex 9A 46 1F 0 37 50 28 13 42 24
Octal 232 106 37 0 67 120 50 23 102 44
Binary 10011010 1000110 11111 0 110111 1010000 101000 10011 1000010 100100

Color Harmonies of #9A461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A461F

Black with #9A461F

Text Example


Text Example

White with #9A461F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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