Html Css Color HEX #A15728 Rich Gold

📋 copy color: '#A15728'

red 161 ◦ green 87 ◦ blue 40

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

Shades of Rich Gold #A15728

Tints of Rich Gold #A15728

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 40 (16.02% from 255) = 13.89%

R = 55.9%
G = 30.21%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A15728 (or 0xA15728) is known color: Rich Gold. HEX triplet: A1, 57 and 28. RGB value is (161,87,40). Sum of RGB (Red+Green+Blue) = 161+87+40=288 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.90% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 40 (16.02% from 255 or 13.89% from 288); Max value from RGB is 161 - color contains mainly: red. Hex color #A15728 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15728 is #5EA8D7. Grayscale: #686868. Windows color (decimal): -6203608 or 2643873. OLE color: 2643873.

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

Color convert

RGB 161 87 40 -
CMYK 0 0.46 0.75 0.37
HSL 23.31º 0.6% 0.39% -
HSV(B) 23.31º 0.75% 0.63% -
XYZ 18.49 14.55 3.84 -
YUV 103.77 92.02 168.82 -
System Red Green Blue C M Y K H S L
Decimal 161 87 40 0 0.46 0.75 0.37 23.31 0.6 0.39
Hex A1 57 28 0 2E 4B 25 17 3C 27
Octal 241 127 50 0 56 113 45 27 74 47
Binary 10100001 1010111 101000 0 101110 1001011 100101 10111 111100 100111

Color Harmonies of #A15728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15728

Black with #A15728

Text Example


Text Example

White with #A15728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15728; }

 p { color: rgb(161,87,40); }

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

background-color css

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

 a { background-color: rgb(161,87,40); }

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

border-color css

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

 span { border-color: rgb(161,87,40); }

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