Html Css Color HEX #A25113 Rich Gold

📋 copy color: '#A25113'

red 162 ◦ green 81 ◦ blue 19

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

Shades of Rich Gold #A25113

Tints of Rich Gold #A25113

RGB

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

 GREEN value IS 81 (32.03% from 255) = 30.92%

 BLUE value IS 19 (7.81% from 255) = 7.25%

R = 61.83%
G = 30.92%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A25113 (or 0xA25113) is known color: Rich Gold. HEX triplet: A2, 51 and 13. RGB value is (162,81,19). Sum of RGB (Red+Green+Blue) = 162+81+19=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25113 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25113 is #5DAEEC. Grayscale: #626262. Windows color (decimal): -6139629 or 1266082. OLE color: 1266082.

HSL color Cylindrical-coordinate representation of color #A25113: hue angle of 26.01º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A25113 is Cyan = 0, Magento = 0.50, Yellow = 0.88 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 81 19 -
CMYK 0 0.50 0.88 0.36
HSL 26.01º 0.79% 0.35% -
HSV(B) 26.01º 0.88% 0.64% -
XYZ 17.96 13.61 2.3 -
YUV 98.15 83.34 173.54 -
System Red Green Blue C M Y K H S L
Decimal 162 81 19 0 0.50 0.88 0.36 26.01 0.79 0.35
Hex A2 51 13 0 32 58 24 1A 4F 23
Octal 242 121 23 0 62 130 44 32 117 43
Binary 10100010 1010001 10011 0 110010 1011000 100100 11010 1001111 100011

Color Harmonies of #A25113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25113

Black with #A25113

Text Example


Text Example

White with #A25113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25113; }

 p { color: rgb(162,81,19); }

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

background-color css

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

 a { background-color: rgb(162,81,19); }

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

border-color css

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

 span { border-color: rgb(162,81,19); }

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