Html Css Color HEX #A8581F Rich Gold

📋 copy color: '#A8581F'

red 168 ◦ green 88 ◦ blue 31

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

Shades of Rich Gold #A8581F

Tints of Rich Gold #A8581F

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.66%

 BLUE value IS 31 (12.5% from 255) = 10.8%

R = 58.54%
G = 30.66%
B = 10.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8581F (or 0xA8581F) is known color: Rich Gold. HEX triplet: A8, 58 and 1F. RGB value is (168,88,31). Sum of RGB (Red+Green+Blue) = 168+88+31=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 31 (12.5% from 255 or 10.80% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A8581F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8581F is #57A7E0. Grayscale: #696969. Windows color (decimal): -5744609 or 2054312. OLE color: 2054312.

HSL color Cylindrical-coordinate representation of color #A8581F: hue angle of 24.96º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8581F is Cyan = 0, Magento = 0.48, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 31 -
CMYK 0 0.48 0.82 0.34
HSL 24.96º 0.69% 0.39% -
HSV(B) 24.96º 0.82% 0.66% -
XYZ 19.89 15.4 3.22 -
YUV 105.42 86 172.63 -
System Red Green Blue C M Y K H S L
Decimal 168 88 31 0 0.48 0.82 0.34 24.96 0.69 0.39
Hex A8 58 1F 0 30 52 22 19 45 27
Octal 250 130 37 0 60 122 42 31 105 47
Binary 10101000 1011000 11111 0 110000 1010010 100010 11001 1000101 100111

Color Harmonies of #A8581F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8581F

Black with #A8581F

Text Example


Text Example

White with #A8581F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8581F; }

 p { color: rgb(168,88,31); }

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

background-color css

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

 a { background-color: rgb(168,88,31); }

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

border-color css

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

 span { border-color: rgb(168,88,31); }

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