Html Css Color HEX #A25321 Rich Gold

📋 copy color: '#A25321'

red 162 ◦ green 83 ◦ blue 33

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

Shades of Rich Gold #A25321

Tints of Rich Gold #A25321

RGB

 RED value IS 162 (63.67% from 255) = 58.27%

 GREEN value IS 83 (32.81% from 255) = 29.86%

 BLUE value IS 33 (13.28% from 255) = 11.87%

R = 58.27%
G = 29.86%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#A25321 (or 0xA25321) is known color: Rich Gold. HEX triplet: A2, 53 and 21. RGB value is (162,83,33). Sum of RGB (Red+Green+Blue) = 162+83+33=278 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.27% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 33 (13.28% from 255 or 11.87% from 278); Max value from RGB is 162 - color contains mainly: red. Hex color #A25321 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25321 is #5DACDE. Grayscale: #656565. Windows color (decimal): -6139103 or 2184098. OLE color: 2184098.

HSL color Cylindrical-coordinate representation of color #A25321: hue angle of 23.26º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A25321 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 83 33 -
CMYK 0 0.49 0.80 0.36
HSL 23.26º 0.66% 0.38% -
HSV(B) 23.26º 0.8% 0.64% -
XYZ 18.27 13.98 3.17 -
YUV 100.92 89.67 171.57 -
System Red Green Blue C M Y K H S L
Decimal 162 83 33 0 0.49 0.80 0.36 23.26 0.66 0.38
Hex A2 53 21 0 31 50 24 17 42 26
Octal 242 123 41 0 61 120 44 27 102 46
Binary 10100010 1010011 100001 0 110001 1010000 100100 10111 1000010 100110

Color Harmonies of #A25321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25321

Black with #A25321

Text Example


Text Example

White with #A25321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25321; }

 p { color: rgb(162,83,33); }

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

background-color css

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

 a { background-color: rgb(162,83,33); }

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

border-color css

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

 span { border-color: rgb(162,83,33); }

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