Html Css Color HEX #A25928 Rich Gold

📋 copy color: '#A25928'

red 162 ◦ green 89 ◦ blue 40

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

Shades of Rich Gold #A25928

Tints of Rich Gold #A25928

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.58%

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

R = 55.67%
G = 30.58%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A25928 (or 0xA25928) is known color: Rich Gold. HEX triplet: A2, 59 and 28. RGB value is (162,89,40). Sum of RGB (Red+Green+Blue) = 162+89+40=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 89 (35.16% from 255 or 30.58% from 291); Blue value is 40 (16.02% from 255 or 13.75% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A25928 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A25928 is #5DA6D7. Grayscale: #696969. Windows color (decimal): -6137560 or 2644386. OLE color: 2644386.

HSL color Cylindrical-coordinate representation of color #A25928: hue angle of 24.1º 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 #A25928 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 89 40 -
CMYK 0 0.45 0.75 0.36
HSL 24.1º 0.6% 0.4% -
HSV(B) 24.1º 0.75% 0.64% -
XYZ 18.86 14.98 3.9 -
YUV 105.24 91.18 168.48 -
System Red Green Blue C M Y K H S L
Decimal 162 89 40 0 0.45 0.75 0.36 24.1 0.6 0.4
Hex A2 59 28 0 2D 4B 24 18 3C 28
Octal 242 131 50 0 55 113 44 30 74 50
Binary 10100010 1011001 101000 0 101101 1001011 100100 11000 111100 101000

Color Harmonies of #A25928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25928

Black with #A25928

Text Example


Text Example

White with #A25928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25928; }

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

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

background-color css

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

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

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

border-color css

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

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

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