Html Css Color HEX #A05823 Rich Gold

📋 copy color: '#A05823'

red 160 ◦ green 88 ◦ blue 35

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

Shades of Rich Gold #A05823

Tints of Rich Gold #A05823

RGB

 RED value IS 160 (62.89% from 255) = 56.54%

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

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

R = 56.54%
G = 31.1%
B = 12.37%

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

#A05823 (or 0xA05823) is known color: Rich Gold. HEX triplet: A0, 58 and 23. RGB value is (160,88,35). Sum of RGB (Red+Green+Blue) = 160+88+35=283 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.54% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 35 (14.06% from 255 or 12.37% from 283); Max value from RGB is 160 - color contains mainly: red. Hex color #A05823 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05823 is #5FA7DC. Grayscale: #676767. Windows color (decimal): -6268893 or 2316448. OLE color: 2316448.

HSL color Cylindrical-coordinate representation of color #A05823: hue angle of 25.44º 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 #A05823 is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 88 35 -
CMYK 0 0.45 0.78 0.37
HSL 25.44º 0.64% 0.38% -
HSV(B) 25.44º 0.78% 0.63% -
XYZ 18.29 14.57 3.44 -
YUV 103.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 160 88 35 0 0.45 0.78 0.37 25.44 0.64 0.38
Hex A0 58 23 0 2D 4E 25 19 40 26
Octal 240 130 43 0 55 116 45 31 100 46
Binary 10100000 1011000 100011 0 101101 1001110 100101 11001 1000000 100110

Color Harmonies of #A05823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05823

Black with #A05823

Text Example


Text Example

White with #A05823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05823; }

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

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

background-color css

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

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

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

border-color css

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

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

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