Html Css Color HEX #A25217 Rich Gold

📋 copy color: '#A25217'

red 162 ◦ green 82 ◦ blue 23

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

Shades of Rich Gold #A25217

Tints of Rich Gold #A25217

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.61%

R = 60.67%
G = 30.71%
B = 8.61%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A25217 (or 0xA25217) is known color: Rich Gold. HEX triplet: A2, 52 and 17. RGB value is (162,82,23). Sum of RGB (Red+Green+Blue) = 162+82+23=267 (35% of max value = 765). Red value is 162 (63.67% from 255 or 60.67% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 23 (9.38% from 255 or 8.61% from 267); Max value from RGB is 162 - color contains mainly: red. Hex color #A25217 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25217 is #5DADE8. Grayscale: #636363. Windows color (decimal): -6139369 or 1528482. OLE color: 1528482.

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

Color convert

RGB 162 82 23 -
CMYK 0 0.49 0.86 0.36
HSL 25.47º 0.75% 0.36% -
HSV(B) 25.47º 0.86% 0.64% -
XYZ 18.07 13.78 2.52 -
YUV 99.19 85 172.8 -
System Red Green Blue C M Y K H S L
Decimal 162 82 23 0 0.49 0.86 0.36 25.47 0.75 0.36
Hex A2 52 17 0 31 56 24 19 4B 24
Octal 242 122 27 0 61 126 44 31 113 44
Binary 10100010 1010010 10111 0 110001 1010110 100100 11001 1001011 100100

Color Harmonies of #A25217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A25217

Black with #A25217

Text Example


Text Example

White with #A25217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A25217; }

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

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

background-color css

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

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

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

border-color css

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

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

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