#AB723A

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

Shades of Reno Sand #AB723A

Tints of Reno Sand #AB723A

Color information

#AB723A (or 0xAB723A) is unknown color: approx Reno Sand. HEX triplet: AB, 72 and 3A. RGB value is (171,114,58). Sum of RGB (Red+Green+Blue) = 171+114+58=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 114 (44.92% from 255 or 33.24% from 343); Blue value is 58 (23.05% from 255 or 16.91% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB723A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB723A is #548DC5. Grayscale: #7C7C7C. Windows color (decimal): -5541318 or 3830443. OLE color: 3830443.

HSL color Cylindrical-coordinate representation of color #AB723A: hue angle of 29.73º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB723A is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.33.

Color convert

RGB17111458-
CMYK00.330.660.33
HSL29.73º49.34%44.9%-
HSV(B)29.73º66.08%67.06%-
XYZ23.58216.81-
YUV124.6690.38161.05-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 49.85%
GREEN value IS 114 (44.92% from 255) = 33.24%
BLUE value IS 58 (23.05% from 255) = 16.91%
R=49.85%
G=33.24%
B=16.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1711145800.330.660.3329.7349.3444.9
HexAB723A02142211e312d
Octal2531627204110241366155
Binary1010101111100101110100100001100001010000111110110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB723A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB723A; }

 p { color: rgb(171,114,58); }

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

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

 a { background-color: rgb(171,114,58); }

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

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

 span { border-color: rgb(171,114,58); }

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