Html Css Color HEX #A15B25 Rich Gold

📋 copy color: '#A15B25'

red 161 ◦ green 91 ◦ blue 37

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

Shades of Rich Gold #A15B25

Tints of Rich Gold #A15B25

RGB

 RED value IS 161 (63.28% from 255) = 55.71%

 GREEN value IS 91 (35.94% from 255) = 31.49%

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

R = 55.71%
G = 31.49%
B = 12.8%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A15B25 (or 0xA15B25) is known color: Rich Gold. HEX triplet: A1, 5B and 25. RGB value is (161,91,37). Sum of RGB (Red+Green+Blue) = 161+91+37=289 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.71% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 161 - color contains mainly: red. Hex color #A15B25 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15B25 is #5EA4DA. Grayscale: #6A6A6A. Windows color (decimal): -6202587 or 2448289. OLE color: 2448289.

HSL color Cylindrical-coordinate representation of color #A15B25: hue angle of 26.13º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A15B25 is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 91 37 -
CMYK 0 0.43 0.77 0.37
HSL 26.13º 0.63% 0.39% -
HSV(B) 26.13º 0.77% 0.63% -
XYZ 18.77 15.19 3.69 -
YUV 105.77 89.19 167.39 -
System Red Green Blue C M Y K H S L
Decimal 161 91 37 0 0.43 0.77 0.37 26.13 0.63 0.39
Hex A1 5B 25 0 2B 4D 25 1A 3F 27
Octal 241 133 45 0 53 115 45 32 77 47
Binary 10100001 1011011 100101 0 101011 1001101 100101 11010 111111 100111

Color Harmonies of #A15B25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15B25

Black with #A15B25

Text Example


Text Example

White with #A15B25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15B25; }

 p { color: rgb(161,91,37); }

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

background-color css

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

 a { background-color: rgb(161,91,37); }

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

border-color css

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

 span { border-color: rgb(161,91,37); }

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