Html Css Color HEX #A8501E Rich Gold

📋 copy color: '#A8501E'

red 168 ◦ green 80 ◦ blue 30

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

Shades of Rich Gold #A8501E

Tints of Rich Gold #A8501E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.78%

 BLUE value IS 30 (12.11% from 255) = 10.79%

R = 60.43%
G = 28.78%
B = 10.79%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8501E (or 0xA8501E) is known color: Rich Gold. HEX triplet: A8, 50 and 1E. RGB value is (168,80,30). Sum of RGB (Red+Green+Blue) = 168+80+30=278 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.43% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 168 - color contains mainly: red. Hex color #A8501E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8501E is #57AFE1. Grayscale: #646464. Windows color (decimal): -5746658 or 1986728. OLE color: 1986728.

HSL color Cylindrical-coordinate representation of color #A8501E: hue angle of 21.74º degrees, saturation: 0.7, 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 #A8501E is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 80 30 -
CMYK 0 0.52 0.82 0.34
HSL 21.74º 0.7% 0.39% -
HSV(B) 21.74º 0.82% 0.66% -
XYZ 19.25 14.16 2.95 -
YUV 100.61 88.15 176.07 -
System Red Green Blue C M Y K H S L
Decimal 168 80 30 0 0.52 0.82 0.34 21.74 0.7 0.39
Hex A8 50 1E 0 34 52 22 16 46 27
Octal 250 120 36 0 64 122 42 26 106 47
Binary 10101000 1010000 11110 0 110100 1010010 100010 10110 1000110 100111

Color Harmonies of #A8501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8501E

Black with #A8501E

Text Example


Text Example

White with #A8501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8501E; }

 p { color: rgb(168,80,30); }

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

background-color css

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

 a { background-color: rgb(168,80,30); }

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

border-color css

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

 span { border-color: rgb(168,80,30); }

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