#AF763A

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

Shades of Reno Sand #AF763A

Tints of Reno Sand #AF763A

Color information

#AF763A (or 0xAF763A) is unknown color: approx Reno Sand. HEX triplet: AF, 76 and 3A. RGB value is (175,118,58). Sum of RGB (Red+Green+Blue) = 175+118+58=351 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.86% from 351); Green value is 118 (46.48% from 255 or 33.62% from 351); Blue value is 58 (23.05% from 255 or 16.52% from 351); Max value from RGB is 175 - color contains mainly: red. Hex color #AF763A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF763A is #5089C5. Grayscale: #808080. Windows color (decimal): -5278150 or 3831471. OLE color: 3831471.

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

Color convert

RGB17511858-
CMYK00.330.670.31
HSL30.77º50.21%45.69%-
HSV(B)30.77º66.86%68.63%-
XYZ24.9222.387.01-
YUV128.288.38161.38-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 49.86%
GREEN value IS 118 (46.48% from 255) = 33.62%
BLUE value IS 58 (23.05% from 255) = 16.52%
R=49.86%
G=33.62%
B=16.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751185800.330.670.3130.7750.2145.69
HexAF763A021431F1f322e
Octal2571667204110337376256
Binary101011111110110111010010000110000111111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF763A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF763A; }

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

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

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

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

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

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

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

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