#a84f26

Color #A84F26 Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #A84F26

Tints of Rich Gold #A84F26

Color information

#A84F26 (or 0xA84F26) is unknown color: approx Rich Gold. HEX triplet: A8, 4F and 26. RGB value is (168,79,38). Sum of RGB (Red+Green+Blue) = 168+79+38=285 (37% of max value = 765). Red value is 168 (66.02% from 255 or 58.95% from 285); Green value is 79 (31.25% from 255 or 27.72% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 168 - color contains mainly: red. Hex color #A84F26 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A84F26 is #57B0D9. Grayscale: #656565. Windows color (decimal): -5746906 or 2510760. OLE color: 2510760.

HSL color Cylindrical-coordinate representation of color #A84F26: hue angle of 18.92º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A84F26 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.34.

Color convert

RGB1687938-
CMYK00.530.770.34
HSL18.92º63.11%40.39%-
HSV(B)18.92º77.38%65.88%-
XYZ19.2914.063.53-
YUV100.9492.49175.83-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.95%
GREEN value IS 79 (31.25% from 255) = 27.72%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=58.95%
G=27.72%
B=13.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168793800.530.770.3418.9263.1140.39
HexA84F260354D22133f28
Octal2501174606511542237750
Binary1010100010011111001100110101100110110001010011111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a84f26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a84f26; }

 p { color: rgb(168,79,38); }

 H1.HeaderClassName
 {
   color: #a84f26;
 }
 .AnyTagClassName
 {
   color: #a84f26;
 }
</style>
background-color css

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

 a { background-color: rgb(168,79,38); }

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

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

 span { border-color: rgb(168,79,38); }

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