Html Css Color HEX #A7592A Rich Gold

📋 copy color: '#A7592A'

red 167 ◦ green 89 ◦ blue 42

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

Shades of Rich Gold #A7592A

Tints of Rich Gold #A7592A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 29.87%

 BLUE value IS 42 (16.8% from 255) = 14.09%

R = 56.04%
G = 29.87%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.35

RGB Variations

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

Color information

#A7592A (or 0xA7592A) is known color: Rich Gold. HEX triplet: A7, 59 and 2A. RGB value is (167,89,42). Sum of RGB (Red+Green+Blue) = 167+89+42=298 (39% of max value = 765). Red value is 167 (65.62% from 255 or 56.04% from 298); Green value is 89 (35.16% from 255 or 29.87% from 298); Blue value is 42 (16.80% from 255 or 14.09% from 298); Max value from RGB is 167 - color contains mainly: red. Hex color #A7592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7592A is #58A6D5. Grayscale: #6B6B6B. Windows color (decimal): -5809878 or 2775463. OLE color: 2775463.

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

Color convert

RGB 167 89 42 -
CMYK 0 0.47 0.75 0.35
HSL 22.56º 0.6% 0.41% -
HSV(B) 22.56º 0.75% 0.65% -
XYZ 19.93 15.53 4.14 -
YUV 106.96 91.34 170.82 -
System Red Green Blue C M Y K H S L
Decimal 167 89 42 0 0.47 0.75 0.35 22.56 0.6 0.41
Hex A7 59 2A 0 2F 4B 23 17 3C 29
Octal 247 131 52 0 57 113 43 27 74 51
Binary 10100111 1011001 101010 0 101111 1001011 100011 10111 111100 101001

Color Harmonies of #A7592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7592A

Black with #A7592A

Text Example


Text Example

White with #A7592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7592A; }

 p { color: rgb(167,89,42); }

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

background-color css

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

 a { background-color: rgb(167,89,42); }

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

border-color css

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

 span { border-color: rgb(167,89,42); }

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