Html Css Color HEX #A25325 Rich Gold

📋 copy color: '#A25325'

red 162 ◦ green 83 ◦ blue 37

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

Shades of Rich Gold #A25325

Tints of Rich Gold #A25325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.12%

R = 57.45%
G = 29.43%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.36

RGB Variations

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

Color information

#A25325 (or 0xA25325) is known color: Rich Gold. HEX triplet: A2, 53 and 25. RGB value is (162,83,37). Sum of RGB (Red+Green+Blue) = 162+83+37=282 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.45% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 37 (14.84% from 255 or 13.12% from 282); Max value from RGB is 162 - color contains mainly: red. Hex color #A25325 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25325 is #5DACDA. Grayscale: #656565. Windows color (decimal): -6139099 or 2446242. OLE color: 2446242.

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

Color convert

RGB 162 83 37 -
CMYK 0 0.49 0.77 0.36
HSL 22.08º 0.63% 0.39% -
HSV(B) 22.08º 0.77% 0.64% -
XYZ 18.33 14 3.49 -
YUV 101.38 91.67 171.24 -
System Red Green Blue C M Y K H S L
Decimal 162 83 37 0 0.49 0.77 0.36 22.08 0.63 0.39
Hex A2 53 25 0 31 4D 24 16 3F 27
Octal 242 123 45 0 61 115 44 26 77 47
Binary 10100010 1010011 100101 0 110001 1001101 100100 10110 111111 100111

Color Harmonies of #A25325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25325

Black with #A25325

Text Example


Text Example

White with #A25325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25325; }

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

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

background-color css

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

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

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

border-color css

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

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

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