Html Css Color HEX #A7481E Rich Gold

📋 copy color: '#A7481E'

red 167 ◦ green 72 ◦ blue 30

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

Shades of Rich Gold #A7481E

Tints of Rich Gold #A7481E

RGB

 RED value IS 167 (65.63% from 255) = 62.08%

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

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

R = 62.08%
G = 26.77%
B = 11.15%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.35

RGB Variations

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

Color information

#A7481E (or 0xA7481E) is known color: Rich Gold. HEX triplet: A7, 48 and 1E. RGB value is (167,72,30). Sum of RGB (Red+Green+Blue) = 167+72+30=269 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.08% from 269); Green value is 72 (28.52% from 255 or 26.77% from 269); Blue value is 30 (12.11% from 255 or 11.15% from 269); Max value from RGB is 167 - color contains mainly: red. Hex color #A7481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7481E is #58B7E1. Grayscale: #5F5F5F. Windows color (decimal): -5814242 or 1984679. OLE color: 1984679.

HSL color Cylindrical-coordinate representation of color #A7481E: hue angle of 18.39º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7481E is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 72 30 -
CMYK 0 0.57 0.82 0.35
HSL 18.39º 0.7% 0.39% -
HSV(B) 18.39º 0.82% 0.65% -
XYZ 18.49 12.94 2.75 -
YUV 95.62 90.97 178.92 -
System Red Green Blue C M Y K H S L
Decimal 167 72 30 0 0.57 0.82 0.35 18.39 0.7 0.39
Hex A7 48 1E 0 39 52 23 12 46 27
Octal 247 110 36 0 71 122 43 22 106 47
Binary 10100111 1001000 11110 0 111001 1010010 100011 10010 1000110 100111

Color Harmonies of #A7481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7481E

Black with #A7481E

Text Example


Text Example

White with #A7481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7481E; }

 p { color: rgb(167,72,30); }

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

background-color css

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

 a { background-color: rgb(167,72,30); }

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

border-color css

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

 span { border-color: rgb(167,72,30); }

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