Html Css Color HEX #A8521A Rich Gold

📋 copy color: '#A8521A'

red 168 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #A8521A

Tints of Rich Gold #A8521A

RGB

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

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

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

R = 60.87%
G = 29.71%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A8521A (or 0xA8521A) is known color: Rich Gold. HEX triplet: A8, 52 and 1A. RGB value is (168,82,26). Sum of RGB (Red+Green+Blue) = 168+82+26=276 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.87% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 26 (10.55% from 255 or 9.42% from 276); Max value from RGB is 168 - color contains mainly: red. Hex color #A8521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A8521A is #57ADE5. Grayscale: #656565. Windows color (decimal): -5746150 or 1725096. OLE color: 1725096.

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

Color convert

RGB 168 82 26 -
CMYK 0 0.51 0.85 0.34
HSL 23.66º 0.73% 0.38% -
HSV(B) 23.66º 0.85% 0.66% -
XYZ 19.35 14.43 2.74 -
YUV 101.33 85.49 175.55 -
System Red Green Blue C M Y K H S L
Decimal 168 82 26 0 0.51 0.85 0.34 23.66 0.73 0.38
Hex A8 52 1A 0 33 55 22 18 49 26
Octal 250 122 32 0 63 125 42 30 111 46
Binary 10101000 1010010 11010 0 110011 1010101 100010 11000 1001001 100110

Color Harmonies of #A8521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8521A

Black with #A8521A

Text Example


Text Example

White with #A8521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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