Html Css Color HEX #A8581A Rich Gold

📋 copy color: '#A8581A'

red 168 ◦ green 88 ◦ blue 26

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

Shades of Rich Gold #A8581A

Tints of Rich Gold #A8581A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.22%

R = 59.57%
G = 31.21%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8581A (or 0xA8581A) is known color: Rich Gold. HEX triplet: A8, 58 and 1A. RGB value is (168,88,26). Sum of RGB (Red+Green+Blue) = 168+88+26=282 (37% of max value = 765). Red value is 168 (66.02% from 255 or 59.57% from 282); Green value is 88 (34.77% from 255 or 31.21% from 282); Blue value is 26 (10.55% from 255 or 9.22% from 282); Max value from RGB is 168 - color contains mainly: red. Hex color #A8581A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8581A is #57A7E5. Grayscale: #696969. Windows color (decimal): -5744614 or 1726632. OLE color: 1726632.

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

Color convert

RGB 168 88 26 -
CMYK 0 0.48 0.85 0.34
HSL 26.2º 0.73% 0.38% -
HSV(B) 26.2º 0.85% 0.66% -
XYZ 19.82 15.38 2.9 -
YUV 104.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 168 88 26 0 0.48 0.85 0.34 26.2 0.73 0.38
Hex A8 58 1A 0 30 55 22 1A 49 26
Octal 250 130 32 0 60 125 42 32 111 46
Binary 10101000 1011000 11010 0 110000 1010101 100010 11010 1001001 100110

Color Harmonies of #A8581A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8581A

Black with #A8581A

Text Example


Text Example

White with #A8581A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8581A; }

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

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

background-color css

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

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

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

border-color css

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

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

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