Html Css Color HEX #9A481A Rich Gold

📋 copy color: '#9A481A'

red 154 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #9A481A

Tints of Rich Gold #9A481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.57%

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

R = 61.11%
G = 28.57%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.83

 K value IS 0.40

RGB Variations

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

Color information

#9A481A (or 0x9A481A) is known color: Rich Gold. HEX triplet: 9A, 48 and 1A. RGB value is (154,72,26). Sum of RGB (Red+Green+Blue) = 154+72+26=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 72 (28.52% from 255 or 28.57% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A481A is #65B7E5. Grayscale: #5B5B5B. Windows color (decimal): -6666214 or 1722522. OLE color: 1722522.

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

Color convert

RGB 154 72 26 -
CMYK 0 0.53 0.83 0.40
HSL 21.56º 0.71% 0.35% -
HSV(B) 21.56º 0.83% 0.6% -
XYZ 15.83 11.58 2.38 -
YUV 91.27 91.17 172.74 -
System Red Green Blue C M Y K H S L
Decimal 154 72 26 0 0.53 0.83 0.40 21.56 0.71 0.35
Hex 9A 48 1A 0 35 53 28 16 47 23
Octal 232 110 32 0 65 123 50 26 107 43
Binary 10011010 1001000 11010 0 110101 1010011 101000 10110 1000111 100011

Color Harmonies of #9A481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A481A

Black with #9A481A

Text Example


Text Example

White with #9A481A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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