#AF6733

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

Shades of Reno Sand #AF6733

Tints of Reno Sand #AF6733

Color information

#AF6733 (or 0xAF6733) is unknown color: approx Reno Sand. HEX triplet: AF, 67 and 33. RGB value is (175,103,51). Sum of RGB (Red+Green+Blue) = 175+103+51=329 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.19% from 329); Green value is 103 (40.62% from 255 or 31.31% from 329); Blue value is 51 (20.31% from 255 or 15.50% from 329); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6733 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6733 is #5098CC. Grayscale: #767676. Windows color (decimal): -5281997 or 3368879. OLE color: 3368879.

HSL color Cylindrical-coordinate representation of color #AF6733: hue angle of 25.16º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF6733 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17510351-
CMYK00.410.710.31
HSL25.16º54.87%44.31%-
HSV(B)25.16º70.86%68.63%-
XYZ23.1319.055.59-
YUV118.689.85168.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.19%
GREEN value IS 103 (40.62% from 255) = 31.31%
BLUE value IS 51 (20.31% from 255) = 15.50%
R=53.19%
G=31.31%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751035100.410.710.3125.1654.8744.31
HexAF6733029471F19372c
Octal2571476305110737316754
Binary101011111100111110011010100110001111111111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6733; }

 p { color: rgb(175,103,51); }

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

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

 a { background-color: rgb(175,103,51); }

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

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

 span { border-color: rgb(175,103,51); }

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