Html Css Color HEX #A75323 Rich Gold

📋 copy color: '#A75323'

red 167 ◦ green 83 ◦ blue 35

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

Shades of Rich Gold #A75323

Tints of Rich Gold #A75323

RGB

 RED value IS 167 (65.63% from 255) = 58.6%

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

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

R = 58.6%
G = 29.12%
B = 12.28%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A75323 (or 0xA75323) is known color: Rich Gold. HEX triplet: A7, 53 and 23. RGB value is (167,83,35). Sum of RGB (Red+Green+Blue) = 167+83+35=285 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.60% from 285); Green value is 83 (32.81% from 255 or 29.12% from 285); Blue value is 35 (14.06% from 255 or 12.28% from 285); Max value from RGB is 167 - color contains mainly: red. Hex color #A75323 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75323 is #58ACDC. Grayscale: #666666. Windows color (decimal): -5811421 or 2315175. OLE color: 2315175.

HSL color Cylindrical-coordinate representation of color #A75323: hue angle of 21.82º degrees, saturation: 0.65, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A75323 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 83 35 -
CMYK 0 0.50 0.79 0.35
HSL 21.82º 0.65% 0.4% -
HSV(B) 21.82º 0.79% 0.65% -
XYZ 19.33 14.52 3.37 -
YUV 102.64 89.83 173.9 -
System Red Green Blue C M Y K H S L
Decimal 167 83 35 0 0.50 0.79 0.35 21.82 0.65 0.4
Hex A7 53 23 0 32 4F 23 16 41 28
Octal 247 123 43 0 62 117 43 26 101 50
Binary 10100111 1010011 100011 0 110010 1001111 100011 10110 1000001 101000

Color Harmonies of #A75323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75323

Black with #A75323

Text Example


Text Example

White with #A75323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75323; }

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

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

background-color css

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

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

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

border-color css

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

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

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