Html Css Color HEX #A95C25 Rich Gold

📋 copy color: '#A95C25'

red 169 ◦ green 92 ◦ blue 37

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

Shades of Rich Gold #A95C25

Tints of Rich Gold #A95C25

RGB

 RED value IS 169 (66.41% from 255) = 56.71%

 GREEN value IS 92 (36.33% from 255) = 30.87%

 BLUE value IS 37 (14.84% from 255) = 12.42%

R = 56.71%
G = 30.87%
B = 12.42%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.78

 K value IS 0.34

RGB Variations

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

Color information

#A95C25 (or 0xA95C25) is known color: Rich Gold. HEX triplet: A9, 5C and 25. RGB value is (169,92,37). Sum of RGB (Red+Green+Blue) = 169+92+37=298 (39% of max value = 765). Red value is 169 (66.41% from 255 or 56.71% from 298); Green value is 92 (36.33% from 255 or 30.87% from 298); Blue value is 37 (14.84% from 255 or 12.42% from 298); Max value from RGB is 169 - color contains mainly: red. Hex color #A95C25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A95C25 is #56A3DA. Grayscale: #6D6D6D. Windows color (decimal): -5678043 or 2448553. OLE color: 2448553.

HSL color Cylindrical-coordinate representation of color #A95C25: hue angle of 25º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A95C25 is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 92 37 -
CMYK 0 0.46 0.78 0.34
HSL 25º 0.64% 0.4% -
HSV(B) 25º 0.78% 0.66% -
XYZ 20.52 16.22 3.8 -
YUV 108.75 87.51 170.97 -
System Red Green Blue C M Y K H S L
Decimal 169 92 37 0 0.46 0.78 0.34 25 0.64 0.4
Hex A9 5C 25 0 2E 4E 22 19 40 28
Octal 251 134 45 0 56 116 42 31 100 50
Binary 10101001 1011100 100101 0 101110 1001110 100010 11001 1000000 101000

Color Harmonies of #A95C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A95C25

Black with #A95C25

Text Example


Text Example

White with #A95C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A95C25; }

 p { color: rgb(169,92,37); }

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

background-color css

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

 a { background-color: rgb(169,92,37); }

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

border-color css

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

 span { border-color: rgb(169,92,37); }

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