Html Css Color HEX #A7481C Rich Gold

📋 copy color: '#A7481C'

red 167 ◦ green 72 ◦ blue 28

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

Shades of Rich Gold #A7481C

Tints of Rich Gold #A7481C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.49%

R = 62.55%
G = 26.97%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7481C (or 0xA7481C) is known color: Rich Gold. HEX triplet: A7, 48 and 1C. RGB value is (167,72,28). Sum of RGB (Red+Green+Blue) = 167+72+28=267 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.55% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 167 - color contains mainly: red. Hex color #A7481C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7481C is #58B7E3. Grayscale: #5F5F5F. Windows color (decimal): -5814244 or 1853607. OLE color: 1853607.

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

Color convert

RGB 167 72 28 -
CMYK 0 0.57 0.83 0.35
HSL 18.99º 0.71% 0.38% -
HSV(B) 18.99º 0.83% 0.65% -
XYZ 18.46 12.93 2.62 -
YUV 95.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 167 72 28 0 0.57 0.83 0.35 18.99 0.71 0.38
Hex A7 48 1C 0 39 53 23 13 47 26
Octal 247 110 34 0 71 123 43 23 107 46
Binary 10100111 1001000 11100 0 111001 1010011 100011 10011 1000111 100110

Color Harmonies of #A7481C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7481C

Black with #A7481C

Text Example


Text Example

White with #A7481C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7481C; }

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

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

background-color css

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

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

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

border-color css

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

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

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