Html Css Color HEX #A4521D Rich Gold

📋 copy color: '#A4521D'

red 164 ◦ green 82 ◦ blue 29

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

Shades of Rich Gold #A4521D

Tints of Rich Gold #A4521D

RGB

 RED value IS 164 (64.45% from 255) = 59.64%

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

 BLUE value IS 29 (11.72% from 255) = 10.55%

R = 59.64%
G = 29.82%
B = 10.55%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A4521D (or 0xA4521D) is known color: Rich Gold. HEX triplet: A4, 52 and 1D. RGB value is (164,82,29). Sum of RGB (Red+Green+Blue) = 164+82+29=275 (36% of max value = 765). Red value is 164 (64.45% from 255 or 59.64% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 29 (11.72% from 255 or 10.55% from 275); Max value from RGB is 164 - color contains mainly: red. Hex color #A4521D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4521D is #5BADE2. Grayscale: #646464. Windows color (decimal): -6008291 or 1921700. OLE color: 1921700.

HSL color Cylindrical-coordinate representation of color #A4521D: hue angle of 23.56º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A4521D is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 82 29 -
CMYK 0 0.5 0.82 0.36
HSL 23.56º 0.7% 0.38% -
HSV(B) 23.56º 0.82% 0.64% -
XYZ 18.55 14.02 2.89 -
YUV 100.48 87.67 173.31 -
System Red Green Blue C M Y K H S L
Decimal 164 82 29 0 0.5 0.82 0.36 23.56 0.7 0.38
Hex A4 52 1D 0 32 52 24 18 46 26
Octal 244 122 35 0 62 122 44 30 106 46
Binary 10100100 1010010 11101 0 110010 1010010 100100 11000 1000110 100110

Color Harmonies of #A4521D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4521D

Black with #A4521D

Text Example


Text Example

White with #A4521D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4521D; }

 p { color: rgb(164,82,29); }

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

background-color css

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

 a { background-color: rgb(164,82,29); }

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

border-color css

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

 span { border-color: rgb(164,82,29); }

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