Html Css Color HEX #A8592A Rich Gold

📋 copy color: '#A8592A'

red 168 ◦ green 89 ◦ blue 42

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

Shades of Rich Gold #A8592A

Tints of Rich Gold #A8592A

RGB

 RED value IS 168 (66.02% from 255) = 56.19%

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

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

R = 56.19%
G = 29.77%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.34

RGB Variations

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

Color information

#A8592A (or 0xA8592A) is known color: Rich Gold. HEX triplet: A8, 59 and 2A. RGB value is (168,89,42). Sum of RGB (Red+Green+Blue) = 168+89+42=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 89 (35.16% from 255 or 29.77% from 299); Blue value is 42 (16.80% from 255 or 14.05% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8592A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8592A is #57A6D5. Grayscale: #6B6B6B. Windows color (decimal): -5744342 or 2775464. OLE color: 2775464.

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

Color convert

RGB 168 89 42 -
CMYK 0 0.47 0.75 0.34
HSL 22.38º 0.6% 0.41% -
HSV(B) 22.38º 0.75% 0.66% -
XYZ 20.14 15.64 4.15 -
YUV 107.26 91.17 171.32 -
System Red Green Blue C M Y K H S L
Decimal 168 89 42 0 0.47 0.75 0.34 22.38 0.6 0.41
Hex A8 59 2A 0 2F 4B 22 16 3C 29
Octal 250 131 52 0 57 113 42 26 74 51
Binary 10101000 1011001 101010 0 101111 1001011 100010 10110 111100 101001

Color Harmonies of #A8592A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8592A

Black with #A8592A

Text Example


Text Example

White with #A8592A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8592A; }

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

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

background-color css

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

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

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

border-color css

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

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

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