Html Css Color HEX #A25323 Rich Gold

📋 copy color: '#A25323'

red 162 ◦ green 83 ◦ blue 35

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

Shades of Rich Gold #A25323

Tints of Rich Gold #A25323

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.5%

R = 57.86%
G = 29.64%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.78

 K value IS 0.36

RGB Variations

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

Color information

#A25323 (or 0xA25323) is known color: Rich Gold. HEX triplet: A2, 53 and 23. RGB value is (162,83,35). Sum of RGB (Red+Green+Blue) = 162+83+35=280 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.86% from 280); Green value is 83 (32.81% from 255 or 29.64% from 280); Blue value is 35 (14.06% from 255 or 12.5% from 280); Max value from RGB is 162 - color contains mainly: red. Hex color #A25323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25323 is #5DACDC. Grayscale: #656565. Windows color (decimal): -6139101 or 2315170. OLE color: 2315170.

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

Color convert

RGB 162 83 35 -
CMYK 0 0.49 0.78 0.36
HSL 22.68º 0.64% 0.39% -
HSV(B) 22.68º 0.78% 0.64% -
XYZ 18.3 13.99 3.33 -
YUV 101.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 162 83 35 0 0.49 0.78 0.36 22.68 0.64 0.39
Hex A2 53 23 0 31 4E 24 17 40 27
Octal 242 123 43 0 61 116 44 27 100 47
Binary 10100010 1010011 100011 0 110001 1001110 100100 10111 1000000 100111

Color Harmonies of #A25323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25323

Black with #A25323

Text Example


Text Example

White with #A25323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25323; }

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

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

background-color css

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

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

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

border-color css

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

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

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