#AF773A

Color #AF773A Reno Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reno Sand #AF773A

Tints of Reno Sand #AF773A

Color information

#AF773A (or 0xAF773A) is unknown color: approx Reno Sand. HEX triplet: AF, 77 and 3A. RGB value is (175,119,58). Sum of RGB (Red+Green+Blue) = 175+119+58=352 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.72% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 58 (23.05% from 255 or 16.48% from 352); Max value from RGB is 175 - color contains mainly: red. Hex color #AF773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF773A is #5088C5. Grayscale: #818181. Windows color (decimal): -5277894 or 3831727. OLE color: 3831727.

HSL color Cylindrical-coordinate representation of color #AF773A: hue angle of 31.28º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF773A is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB17511958-
CMYK00.320.670.31
HSL31.28º50.21%45.69%-
HSV(B)31.28º66.86%68.63%-
XYZ25.0422.617.05-
YUV128.7988.05160.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.72%
GREEN value IS 119 (46.88% from 255) = 33.81%
BLUE value IS 58 (23.05% from 255) = 16.48%
R=49.72%
G=33.81%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751195800.320.670.3131.2850.2145.69
HexAF773A020431F1f322e
Octal2571677204010337376256
Binary101011111110111111010010000010000111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF773A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF773A; }

 p { color: rgb(175,119,58); }

 H1.HeaderClassName
 {
   color: #AF773A;
 }
 .AnyTagClassName
 {
   color: #AF773A;
 }
</style>
background-color css

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

 a { background-color: rgb(175,119,58); }

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

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

 span { border-color: rgb(175,119,58); }

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