Html Css Color HEX #A05323 Rich Gold

📋 copy color: '#A05323'

red 160 ◦ green 83 ◦ blue 35

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

Shades of Rich Gold #A05323

Tints of Rich Gold #A05323

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.86%

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

R = 57.55%
G = 29.86%
B = 12.59%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05323 (or 0xA05323) is known color: Rich Gold. HEX triplet: A0, 53 and 23. RGB value is (160,83,35). Sum of RGB (Red+Green+Blue) = 160+83+35=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 35 (14.06% from 255 or 12.59% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A05323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05323 is #5FACDC. Grayscale: #646464. Windows color (decimal): -6270173 or 2315168. OLE color: 2315168.

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

Color convert

RGB 160 83 35 -
CMYK 0 0.48 0.78 0.37
HSL 23.04º 0.64% 0.38% -
HSV(B) 23.04º 0.78% 0.63% -
XYZ 17.89 13.78 3.31 -
YUV 100.55 91.01 170.4 -
System Red Green Blue C M Y K H S L
Decimal 160 83 35 0 0.48 0.78 0.37 23.04 0.64 0.38
Hex A0 53 23 0 30 4E 25 17 40 26
Octal 240 123 43 0 60 116 45 27 100 46
Binary 10100000 1010011 100011 0 110000 1001110 100101 10111 1000000 100110

Color Harmonies of #A05323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05323

Black with #A05323

Text Example


Text Example

White with #A05323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05323; }

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

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

background-color css

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

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

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

border-color css

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

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

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