Html Css Color HEX #A8521E Rich Gold

📋 copy color: '#A8521E'

red 168 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #A8521E

Tints of Rich Gold #A8521E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 29.29%

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

R = 60%
G = 29.29%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8521E (or 0xA8521E) is known color: Rich Gold. HEX triplet: A8, 52 and 1E. RGB value is (168,82,30). Sum of RGB (Red+Green+Blue) = 168+82+30=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A8521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8521E is #57ADE1. Grayscale: #666666. Windows color (decimal): -5746146 or 1987240. OLE color: 1987240.

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

Color convert

RGB 168 82 30 -
CMYK 0 0.51 0.82 0.34
HSL 22.61º 0.7% 0.39% -
HSV(B) 22.61º 0.82% 0.66% -
XYZ 19.4 14.45 3 -
YUV 101.79 87.49 175.23 -
System Red Green Blue C M Y K H S L
Decimal 168 82 30 0 0.51 0.82 0.34 22.61 0.7 0.39
Hex A8 52 1E 0 33 52 22 17 46 27
Octal 250 122 36 0 63 122 42 27 106 47
Binary 10101000 1010010 11110 0 110011 1010010 100010 10111 1000110 100111

Color Harmonies of #A8521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8521E

Black with #A8521E

Text Example


Text Example

White with #A8521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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