Html Css Color HEX #A05423 Rich Gold

📋 copy color: '#A05423'

red 160 ◦ green 84 ◦ blue 35

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

Shades of Rich Gold #A05423

Tints of Rich Gold #A05423

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.11%

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

R = 57.35%
G = 30.11%
B = 12.54%

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

#A05423 (or 0xA05423) is known color: Rich Gold. HEX triplet: A0, 54 and 23. RGB value is (160,84,35). Sum of RGB (Red+Green+Blue) = 160+84+35=279 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.35% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 35 (14.06% from 255 or 12.54% from 279); Max value from RGB is 160 - color contains mainly: red. Hex color #A05423 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05423 is #5FABDC. Grayscale: #656565. Windows color (decimal): -6269917 or 2315424. OLE color: 2315424.

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

Color convert

RGB 160 84 35 -
CMYK 0 0.48 0.78 0.37
HSL 23.52º 0.64% 0.38% -
HSV(B) 23.52º 0.78% 0.63% -
XYZ 17.97 13.94 3.33 -
YUV 101.14 90.68 169.98 -
System Red Green Blue C M Y K H S L
Decimal 160 84 35 0 0.48 0.78 0.37 23.52 0.64 0.38
Hex A0 54 23 0 30 4E 25 18 40 26
Octal 240 124 43 0 60 116 45 30 100 46
Binary 10100000 1010100 100011 0 110000 1001110 100101 11000 1000000 100110

Color Harmonies of #A05423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05423

Black with #A05423

Text Example


Text Example

White with #A05423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05423; }

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

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

background-color css

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

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

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

border-color css

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

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

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