Html Css Color HEX #A25415 Rich Gold

📋 copy color: '#A25415'

red 162 ◦ green 84 ◦ blue 21

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

Shades of Rich Gold #A25415

Tints of Rich Gold #A25415

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.46%

 BLUE value IS 21 (8.59% from 255) = 7.87%

R = 60.67%
G = 31.46%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A25415 (or 0xA25415) is known color: Rich Gold. HEX triplet: A2, 54 and 15. RGB value is (162,84,21). Sum of RGB (Red+Green+Blue) = 162+84+21=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 21 (8.59% from 255 or 7.87% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25415 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25415 is #5DABEA. Grayscale: #646464. Windows color (decimal): -6138859 or 1397922. OLE color: 1397922.

HSL color Cylindrical-coordinate representation of color #A25415: hue angle of 26.81º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A25415 is Cyan = 0, Magento = 0.48, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 84 21 -
CMYK 0 0.48 0.87 0.36
HSL 26.81º 0.77% 0.36% -
HSV(B) 26.81º 0.87% 0.64% -
XYZ 18.21 14.08 2.47 -
YUV 100.14 83.34 172.12 -
System Red Green Blue C M Y K H S L
Decimal 162 84 21 0 0.48 0.87 0.36 26.81 0.77 0.36
Hex A2 54 15 0 30 57 24 1B 4D 24
Octal 242 124 25 0 60 127 44 33 115 44
Binary 10100010 1010100 10101 0 110000 1010111 100100 11011 1001101 100100

Color Harmonies of #A25415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25415

Black with #A25415

Text Example


Text Example

White with #A25415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25415; }

 p { color: rgb(162,84,21); }

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

background-color css

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

 a { background-color: rgb(162,84,21); }

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

border-color css

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

 span { border-color: rgb(162,84,21); }

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