Html Css Color HEX #A75621 Rich Gold

📋 copy color: '#A75621'

red 167 ◦ green 86 ◦ blue 33

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

Shades of Rich Gold #A75621

Tints of Rich Gold #A75621

RGB

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

 GREEN value IS 86 (33.98% from 255) = 30.07%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 58.39%
G = 30.07%
B = 11.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A75621 (or 0xA75621) is known color: Rich Gold. HEX triplet: A7, 56 and 21. RGB value is (167,86,33). Sum of RGB (Red+Green+Blue) = 167+86+33=286 (37% of max value = 765). Red value is 167 (65.62% from 255 or 58.39% from 286); Green value is 86 (33.98% from 255 or 30.07% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 167 - color contains mainly: red. Hex color #A75621 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75621 is #58A9DE. Grayscale: #686868. Windows color (decimal): -5810655 or 2184871. OLE color: 2184871.

HSL color Cylindrical-coordinate representation of color #A75621: hue angle of 23.73º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A75621 is Cyan = 0, Magento = 0.49, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 86 33 -
CMYK 0 0.49 0.80 0.35
HSL 23.73º 0.67% 0.39% -
HSV(B) 23.73º 0.8% 0.65% -
XYZ 19.54 14.98 3.3 -
YUV 104.18 87.84 172.81 -
System Red Green Blue C M Y K H S L
Decimal 167 86 33 0 0.49 0.80 0.35 23.73 0.67 0.39
Hex A7 56 21 0 31 50 23 18 43 27
Octal 247 126 41 0 61 120 43 30 103 47
Binary 10100111 1010110 100001 0 110001 1010000 100011 11000 1000011 100111

Color Harmonies of #A75621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75621

Black with #A75621

Text Example


Text Example

White with #A75621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75621; }

 p { color: rgb(167,86,33); }

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

background-color css

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

 a { background-color: rgb(167,86,33); }

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

border-color css

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

 span { border-color: rgb(167,86,33); }

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