Html Css Color HEX #A25212 Rich Gold

📋 copy color: '#A25212'

red 162 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #A25212

Tints of Rich Gold #A25212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.3%

 BLUE value IS 18 (7.42% from 255) = 6.87%

R = 61.83%
G = 31.3%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A25212 (or 0xA25212) is known color: Rich Gold. HEX triplet: A2, 52 and 12. RGB value is (162,82,18). Sum of RGB (Red+Green+Blue) = 162+82+18=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 82 (32.42% from 255 or 31.30% from 262); Blue value is 18 (7.42% from 255 or 6.87% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A25212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25212 is #5DADED. Grayscale: #626262. Windows color (decimal): -6139374 or 1200802. OLE color: 1200802.

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

Color convert

RGB 162 82 18 -
CMYK 0 0.49 0.89 0.36
HSL 26.67º 0.8% 0.35% -
HSV(B) 26.67º 0.89% 0.64% -
XYZ 18.03 13.76 2.28 -
YUV 98.62 82.5 173.2 -
System Red Green Blue C M Y K H S L
Decimal 162 82 18 0 0.49 0.89 0.36 26.67 0.8 0.35
Hex A2 52 12 0 31 59 24 1B 50 23
Octal 242 122 22 0 61 131 44 33 120 43
Binary 10100010 1010010 10010 0 110001 1011001 100100 11011 1010000 100011

Color Harmonies of #A25212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25212

Black with #A25212

Text Example


Text Example

White with #A25212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25212; }

 p { color: rgb(162,82,18); }

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

background-color css

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

 a { background-color: rgb(162,82,18); }

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

border-color css

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

 span { border-color: rgb(162,82,18); }

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