Html Css Color HEX #A25319 Rich Gold

📋 copy color: '#A25319'

red 162 ◦ green 83 ◦ blue 25

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

Shades of Rich Gold #A25319

Tints of Rich Gold #A25319

RGB

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

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

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

R = 60%
G = 30.74%
B = 9.26%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A25319 (or 0xA25319) is known color: Rich Gold. HEX triplet: A2, 53 and 19. RGB value is (162,83,25). Sum of RGB (Red+Green+Blue) = 162+83+25=270 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60% from 270); Green value is 83 (32.81% from 255 or 30.74% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 162 - color contains mainly: red. Hex color #A25319 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25319 is #5DACE6. Grayscale: #646464. Windows color (decimal): -6139111 or 1659810. OLE color: 1659810.

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

Color convert

RGB 162 83 25 -
CMYK 0 0.49 0.85 0.36
HSL 25.4º 0.73% 0.37% -
HSV(B) 25.4º 0.85% 0.64% -
XYZ 18.17 13.94 2.65 -
YUV 100.01 85.67 172.22 -
System Red Green Blue C M Y K H S L
Decimal 162 83 25 0 0.49 0.85 0.36 25.4 0.73 0.37
Hex A2 53 19 0 31 55 24 19 49 25
Octal 242 123 31 0 61 125 44 31 111 45
Binary 10100010 1010011 11001 0 110001 1010101 100100 11001 1001001 100101

Color Harmonies of #A25319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25319

Black with #A25319

Text Example


Text Example

White with #A25319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25319; }

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

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

background-color css

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

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

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

border-color css

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

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

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