Html Css Color HEX #A25819 Rich Gold

📋 copy color: '#A25819'

red 162 ◦ green 88 ◦ blue 25

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

Shades of Rich Gold #A25819

Tints of Rich Gold #A25819

RGB

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

 GREEN value IS 88 (34.77% from 255) = 32%

 BLUE value IS 25 (10.16% from 255) = 9.09%

R = 58.91%
G = 32%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A25819 (or 0xA25819) is known color: Rich Gold. HEX triplet: A2, 58 and 19. RGB value is (162,88,25). Sum of RGB (Red+Green+Blue) = 162+88+25=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A25819 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25819 is #5DA7E6. Grayscale: #676767. Windows color (decimal): -6137831 or 1661090. OLE color: 1661090.

HSL color Cylindrical-coordinate representation of color #A25819: hue angle of 27.59º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A25819 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 88 25 -
CMYK 0 0.46 0.85 0.36
HSL 27.59º 0.73% 0.37% -
HSV(B) 27.59º 0.85% 0.64% -
XYZ 18.57 14.73 2.78 -
YUV 102.94 84.02 170.12 -
System Red Green Blue C M Y K H S L
Decimal 162 88 25 0 0.46 0.85 0.36 27.59 0.73 0.37
Hex A2 58 19 0 2E 55 24 1C 49 25
Octal 242 130 31 0 56 125 44 34 111 45
Binary 10100010 1011000 11001 0 101110 1010101 100100 11100 1001001 100101

Color Harmonies of #A25819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25819

Black with #A25819

Text Example


Text Example

White with #A25819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25819; }

 p { color: rgb(162,88,25); }

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

background-color css

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

 a { background-color: rgb(162,88,25); }

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

border-color css

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

 span { border-color: rgb(162,88,25); }

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