Html Css Color HEX #A15823 Rich Gold

📋 copy color: '#A15823'

red 161 ◦ green 88 ◦ blue 35

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

Shades of Rich Gold #A15823

Tints of Rich Gold #A15823

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 56.69%
G = 30.99%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A15823 (or 0xA15823) is known color: Rich Gold. HEX triplet: A1, 58 and 23. RGB value is (161,88,35). Sum of RGB (Red+Green+Blue) = 161+88+35=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A15823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A15823 is #5EA7DC. Grayscale: #686868. Windows color (decimal): -6203357 or 2316449. OLE color: 2316449.

HSL color Cylindrical-coordinate representation of color #A15823: hue angle of 25.24º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A15823 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 88 35 -
CMYK 0 0.45 0.78 0.37
HSL 25.24º 0.64% 0.38% -
HSV(B) 25.24º 0.78% 0.63% -
XYZ 18.49 14.68 3.45 -
YUV 103.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 161 88 35 0 0.45 0.78 0.37 25.24 0.64 0.38
Hex A1 58 23 0 2D 4E 25 19 40 26
Octal 241 130 43 0 55 116 45 31 100 46
Binary 10100001 1011000 100011 0 101101 1001110 100101 11001 1000000 100110

Color Harmonies of #A15823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A15823

Black with #A15823

Text Example


Text Example

White with #A15823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A15823; }

 p { color: rgb(161,88,35); }

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

background-color css

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

 a { background-color: rgb(161,88,35); }

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

border-color css

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

 span { border-color: rgb(161,88,35); }

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