#AF713A

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

Shades of Reno Sand #AF713A

Tints of Reno Sand #AF713A

Color information

#AF713A (or 0xAF713A) is unknown color: approx Reno Sand. HEX triplet: AF, 71 and 3A. RGB value is (175,113,58). Sum of RGB (Red+Green+Blue) = 175+113+58=346 (45% of max value = 765). Red value is 175 (68.75% from 255 or 50.58% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 175 - color contains mainly: red. Hex color #AF713A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF713A is #508EC5. Grayscale: #7D7D7D. Windows color (decimal): -5279430 or 3830191. OLE color: 3830191.

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

Color convert

RGB17511358-
CMYK00.350.670.31
HSL28.21º50.21%45.69%-
HSV(B)28.21º66.86%68.63%-
XYZ24.3521.236.82-
YUV125.2790.04163.47-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 50.58%
GREEN value IS 113 (44.53% from 255) = 32.66%
BLUE value IS 58 (23.05% from 255) = 16.76%
R=50.58%
G=32.66%
B=16.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751135800.350.670.3128.2150.2145.69
HexAF713A023431F1c322e
Octal2571617204310337346256
Binary101011111110001111010010001110000111111111100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF713A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF713A; }

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

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

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

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

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

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

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

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