Html Css Color HEX #A05C1D Rich Gold

📋 copy color: '#A05C1D'

red 160 ◦ green 92 ◦ blue 29

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

Shades of Rich Gold #A05C1D

Tints of Rich Gold #A05C1D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.74%

 BLUE value IS 29 (11.72% from 255) = 10.32%

R = 56.94%
G = 32.74%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A05C1D (or 0xA05C1D) is known color: Rich Gold. HEX triplet: A0, 5C and 1D. RGB value is (160,92,29). Sum of RGB (Red+Green+Blue) = 160+92+29=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 29 (11.72% from 255 or 10.32% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C1D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C1D is #5FA3E2. Grayscale: #696969. Windows color (decimal): -6267875 or 1924256. OLE color: 1924256.

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

Color convert

RGB 160 92 29 -
CMYK 0 0.43 0.82 0.37
HSL 28.85º 0.69% 0.37% -
HSV(B) 28.85º 0.82% 0.63% -
XYZ 18.55 15.22 3.12 -
YUV 105.15 85.03 167.12 -
System Red Green Blue C M Y K H S L
Decimal 160 92 29 0 0.43 0.82 0.37 28.85 0.69 0.37
Hex A0 5C 1D 0 2B 52 25 1D 45 25
Octal 240 134 35 0 53 122 45 35 105 45
Binary 10100000 1011100 11101 0 101011 1010010 100101 11101 1000101 100101

Color Harmonies of #A05C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C1D

Black with #A05C1D

Text Example


Text Example

White with #A05C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C1D; }

 p { color: rgb(160,92,29); }

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

background-color css

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

 a { background-color: rgb(160,92,29); }

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

border-color css

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

 span { border-color: rgb(160,92,29); }

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