#AF6833

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

Shades of Reno Sand #AF6833

Tints of Reno Sand #AF6833

Color information

#AF6833 (or 0xAF6833) is unknown color: approx Reno Sand. HEX triplet: AF, 68 and 33. RGB value is (175,104,51). Sum of RGB (Red+Green+Blue) = 175+104+51=330 (43% of max value = 765). Red value is 175 (68.75% from 255 or 53.03% from 330); Green value is 104 (41.02% from 255 or 31.52% from 330); Blue value is 51 (20.31% from 255 or 15.45% from 330); Max value from RGB is 175 - color contains mainly: red. Hex color #AF6833 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF6833 is #5097CC. Grayscale: #777777. Windows color (decimal): -5281741 or 3369135. OLE color: 3369135.

HSL color Cylindrical-coordinate representation of color #AF6833: hue angle of 25.65º 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 #AF6833 is Cyan = 0, Magento = 0.41, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB17510451-
CMYK00.410.710.31
HSL25.65º54.87%44.31%-
HSV(B)25.65º70.86%68.63%-
XYZ23.2319.255.62-
YUV119.1989.52167.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 53.03%
GREEN value IS 104 (41.02% from 255) = 31.52%
BLUE value IS 51 (20.31% from 255) = 15.45%
R=53.03%
G=31.52%
B=15.45%

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
Decimal1751045100.410.710.3125.6554.8744.31
HexAF6833029471F1a372c
Octal2571506305110737326754
Binary101011111101000110011010100110001111111111010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF6833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF6833; }

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

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

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

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

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

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

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

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