Html Css Color HEX #A75C22 Rich Gold

📋 copy color: '#A75C22'

red 167 ◦ green 92 ◦ blue 34

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

Shades of Rich Gold #A75C22

Tints of Rich Gold #A75C22

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 11.6%

R = 57%
G = 31.4%
B = 11.6%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A75C22 (or 0xA75C22) is known color: Rich Gold. HEX triplet: A7, 5C and 22. RGB value is (167,92,34). Sum of RGB (Red+Green+Blue) = 167+92+34=293 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.00% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 34 (13.67% from 255 or 11.60% from 293); Max value from RGB is 167 - color contains mainly: red. Hex color #A75C22 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A75C22 is #58A3DD. Grayscale: #6C6C6C. Windows color (decimal): -5809118 or 2251943. OLE color: 2251943.

HSL color Cylindrical-coordinate representation of color #A75C22: hue angle of 26.17º degrees, saturation: 0.66, 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 #A75C22 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 92 34 -
CMYK 0 0.45 0.80 0.35
HSL 26.17º 0.66% 0.39% -
HSV(B) 26.17º 0.8% 0.65% -
XYZ 20.05 15.99 3.54 -
YUV 107.81 86.35 170.22 -
System Red Green Blue C M Y K H S L
Decimal 167 92 34 0 0.45 0.80 0.35 26.17 0.66 0.39
Hex A7 5C 22 0 2D 50 23 1A 42 27
Octal 247 134 42 0 55 120 43 32 102 47
Binary 10100111 1011100 100010 0 101101 1010000 100011 11010 1000010 100111

Color Harmonies of #A75C22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A75C22

Black with #A75C22

Text Example


Text Example

White with #A75C22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A75C22; }

 p { color: rgb(167,92,34); }

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

background-color css

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

 a { background-color: rgb(167,92,34); }

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

border-color css

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

 span { border-color: rgb(167,92,34); }

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