Html Css Color HEX #A7521A Rich Gold

📋 copy color: '#A7521A'

red 167 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #A7521A

Tints of Rich Gold #A7521A

RGB

 RED value IS 167 (65.63% from 255) = 60.73%

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

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

R = 60.73%
G = 29.82%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7521A (or 0xA7521A) is known color: Rich Gold. HEX triplet: A7, 52 and 1A. RGB value is (167,82,26). Sum of RGB (Red+Green+Blue) = 167+82+26=275 (36% of max value = 765). Red value is 167 (65.62% from 255 or 60.73% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 167 - color contains mainly: red. Hex color #A7521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A7521A is #58ADE5. Grayscale: #656565. Windows color (decimal): -5811686 or 1725095. OLE color: 1725095.

HSL color Cylindrical-coordinate representation of color #A7521A: hue angle of 23.83º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A7521A is Cyan = 0, Magento = 0.51, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 82 26 -
CMYK 0 0.51 0.84 0.35
HSL 23.83º 0.73% 0.38% -
HSV(B) 23.83º 0.84% 0.65% -
XYZ 19.14 14.32 2.73 -
YUV 101.03 85.66 175.05 -
System Red Green Blue C M Y K H S L
Decimal 167 82 26 0 0.51 0.84 0.35 23.83 0.73 0.38
Hex A7 52 1A 0 33 54 23 18 49 26
Octal 247 122 32 0 63 124 43 30 111 46
Binary 10100111 1010010 11010 0 110011 1010100 100011 11000 1001001 100110

Color Harmonies of #A7521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7521A

Black with #A7521A

Text Example


Text Example

White with #A7521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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