Html Css Color HEX #A25328 Rich Gold

📋 copy color: '#A25328'

red 162 ◦ green 83 ◦ blue 40

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

Shades of Rich Gold #A25328

Tints of Rich Gold #A25328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.04%

R = 56.84%
G = 29.12%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25328 (or 0xA25328) is known color: Rich Gold. HEX triplet: A2, 53 and 28. RGB value is (162,83,40). Sum of RGB (Red+Green+Blue) = 162+83+40=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 40 (16.02% from 255 or 14.04% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A25328 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25328 is #5DACD7. Grayscale: #656565. Windows color (decimal): -6139096 or 2642850. OLE color: 2642850.

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

Color convert

RGB 162 83 40 -
CMYK 0 0.49 0.75 0.36
HSL 21.15º 0.6% 0.4% -
HSV(B) 21.15º 0.75% 0.64% -
XYZ 18.38 14.02 3.75 -
YUV 101.72 93.17 171 -
System Red Green Blue C M Y K H S L
Decimal 162 83 40 0 0.49 0.75 0.36 21.15 0.6 0.4
Hex A2 53 28 0 31 4B 24 15 3C 28
Octal 242 123 50 0 61 113 44 25 74 50
Binary 10100010 1010011 101000 0 110001 1001011 100100 10101 111100 101000

Color Harmonies of #A25328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25328

Black with #A25328

Text Example


Text Example

White with #A25328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25328; }

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

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

background-color css

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

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

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

border-color css

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

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

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