Html Css Color HEX #A4521A Rich Gold

📋 copy color: '#A4521A'

red 164 ◦ green 82 ◦ blue 26

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

Shades of Rich Gold #A4521A

Tints of Rich Gold #A4521A

RGB

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

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

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

R = 60.29%
G = 30.15%
B = 9.56%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A4521A (or 0xA4521A) is known color: Rich Gold. HEX triplet: A4, 52 and 1A. RGB value is (164,82,26). Sum of RGB (Red+Green+Blue) = 164+82+26=272 (36% of max value = 765). Red value is 164 (64.45% from 255 or 60.29% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 26 (10.55% from 255 or 9.56% from 272); Max value from RGB is 164 - color contains mainly: red. Hex color #A4521A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4521A is #5BADE5. Grayscale: #646464. Windows color (decimal): -6008294 or 1725092. OLE color: 1725092.

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

Color convert

RGB 164 82 26 -
CMYK 0 0.5 0.84 0.36
HSL 24.35º 0.73% 0.37% -
HSV(B) 24.35º 0.84% 0.64% -
XYZ 18.51 14 2.7 -
YUV 100.13 86.17 173.55 -
System Red Green Blue C M Y K H S L
Decimal 164 82 26 0 0.5 0.84 0.36 24.35 0.73 0.37
Hex A4 52 1A 0 32 54 24 18 49 25
Octal 244 122 32 0 62 124 44 30 111 45
Binary 10100100 1010010 11010 0 110010 1010100 100100 11000 1001001 100101

Color Harmonies of #A4521A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4521A

Black with #A4521A

Text Example


Text Example

White with #A4521A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4521A; }

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

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

background-color css

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

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

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

border-color css

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

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

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