Html Css Color HEX #A3521E Rich Gold

📋 copy color: '#A3521E'

red 163 ◦ green 82 ◦ blue 30

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

Shades of Rich Gold #A3521E

Tints of Rich Gold #A3521E

RGB

 RED value IS 163 (64.06% from 255) = 59.27%

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

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

R = 59.27%
G = 29.82%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A3521E (or 0xA3521E) is known color: Rich Gold. HEX triplet: A3, 52 and 1E. RGB value is (163,82,30). Sum of RGB (Red+Green+Blue) = 163+82+30=275 (36% of max value = 765). Red value is 163 (64.06% from 255 or 59.27% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 163 - color contains mainly: red. Hex color #A3521E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A3521E is #5CADE1. Grayscale: #646464. Windows color (decimal): -6073826 or 1987235. OLE color: 1987235.

HSL color Cylindrical-coordinate representation of color #A3521E: hue angle of 23.46º degrees, saturation: 0.69, 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 #A3521E is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 82 30 -
CMYK 0 0.50 0.82 0.36
HSL 23.46º 0.69% 0.38% -
HSV(B) 23.46º 0.82% 0.64% -
XYZ 18.36 13.91 2.95 -
YUV 100.29 88.34 172.73 -
System Red Green Blue C M Y K H S L
Decimal 163 82 30 0 0.50 0.82 0.36 23.46 0.69 0.38
Hex A3 52 1E 0 32 52 24 17 45 26
Octal 243 122 36 0 62 122 44 27 105 46
Binary 10100011 1010010 11110 0 110010 1010010 100100 10111 1000101 100110

Color Harmonies of #A3521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A3521E

Black with #A3521E

Text Example


Text Example

White with #A3521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A3521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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