Html Css Color HEX #A75128 Rich Gold

📋 copy color: '#A75128'

red 167 ◦ green 81 ◦ blue 40

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

Shades of Rich Gold #A75128

Tints of Rich Gold #A75128

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.13%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 57.99%
G = 28.13%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.76

 K value IS 0.35

RGB Variations

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

Color information

#A75128 (or 0xA75128) is known color: Rich Gold. HEX triplet: A7, 51 and 28. RGB value is (167,81,40). Sum of RGB (Red+Green+Blue) = 167+81+40=288 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.99% from 288); Green value is 81 (32.03% from 255 or 28.12% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 167 - color contains mainly: red. Hex color #A75128 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75128 is #58AED7. Grayscale: #666666. Windows color (decimal): -5811928 or 2642343. OLE color: 2642343.

HSL color Cylindrical-coordinate representation of color #A75128: hue angle of 19.37º degrees, saturation: 0.61, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A75128 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 81 40 -
CMYK 0 0.51 0.76 0.35
HSL 19.37º 0.61% 0.41% -
HSV(B) 19.37º 0.76% 0.65% -
XYZ 19.26 14.25 3.74 -
YUV 102.04 92.99 174.33 -
System Red Green Blue C M Y K H S L
Decimal 167 81 40 0 0.51 0.76 0.35 19.37 0.61 0.41
Hex A7 51 28 0 33 4C 23 13 3D 29
Octal 247 121 50 0 63 114 43 23 75 51
Binary 10100111 1010001 101000 0 110011 1001100 100011 10011 111101 101001

Color Harmonies of #A75128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75128

Black with #A75128

Text Example


Text Example

White with #A75128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75128; }

 p { color: rgb(167,81,40); }

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

background-color css

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

 a { background-color: rgb(167,81,40); }

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

border-color css

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

 span { border-color: rgb(167,81,40); }

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