Html Css Color HEX #9A501E Rich Gold

📋 copy color: '#9A501E'

red 154 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #9A501E

Tints of Rich Gold #9A501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.3%

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 58.33%
G = 30.3%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.81

 K value IS 0.40

RGB Variations

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

Color information

#9A501E (or 0x9A501E) is known color: Rich Gold. HEX triplet: 9A, 50 and 1E. RGB value is (154,80,30). Sum of RGB (Red+Green+Blue) = 154+80+30=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A501E is #65AFE1. Grayscale: #606060. Windows color (decimal): -6664162 or 1986714. OLE color: 1986714.

HSL color Cylindrical-coordinate representation of color #9A501E: hue angle of 24.19º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9A501E is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 80 30 -
CMYK 0 0.48 0.81 0.40
HSL 24.19º 0.67% 0.36% -
HSV(B) 24.19º 0.81% 0.6% -
XYZ 16.43 12.7 2.81 -
YUV 96.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 154 80 30 0 0.48 0.81 0.40 24.19 0.67 0.36
Hex 9A 50 1E 0 30 51 28 18 43 24
Octal 232 120 36 0 60 121 50 30 103 44
Binary 10011010 1010000 11110 0 110000 1010001 101000 11000 1000011 100100

Color Harmonies of #9A501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A501E

Black with #9A501E

Text Example


Text Example

White with #9A501E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,80,30); }

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

background-color css

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

 a { background-color: rgb(154,80,30); }

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

border-color css

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

 span { border-color: rgb(154,80,30); }

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