Html Css Color HEX #AB733A Reno Sand

📋 copy color: '#AB733A'

red 171 ◦ green 115 ◦ blue 58

#AB733A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reno Sand #AB733A

Tints of Reno Sand #AB733A

RGB

 RED value IS 171 (67.19% from 255) = 49.71%

 GREEN value IS 115 (45.31% from 255) = 33.43%

 BLUE value IS 58 (23.05% from 255) = 16.86%

R = 49.71%
G = 33.43%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB733A (or 0xAB733A) is known color: Reno Sand. HEX triplet: AB, 73 and 3A. RGB value is (171,115,58). Sum of RGB (Red+Green+Blue) = 171+115+58=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 115 (45.31% from 255 or 33.43% from 344); Blue value is 58 (23.05% from 255 or 16.86% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB733A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB733A is #548CC5. Grayscale: #7D7D7D. Windows color (decimal): -5541062 or 3830699. OLE color: 3830699.

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

Color convert

RGB 171 115 58 -
CMYK 0 0.33 0.66 0.33
HSL 30.27º 0.49% 0.45% -
HSV(B) 30.27º 0.66% 0.67% -
XYZ 23.69 21.22 6.85 -
YUV 125.25 90.05 160.63 -
System Red Green Blue C M Y K H S L
Decimal 171 115 58 0 0.33 0.66 0.33 30.27 0.49 0.45
Hex AB 73 3A 0 21 42 21 1E 31 2D
Octal 253 163 72 0 41 102 41 36 61 55
Binary 10101011 1110011 111010 0 100001 1000010 100001 11110 110001 101101

Color Harmonies of #AB733A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB733A

Black with #AB733A

Text Example


Text Example

White with #AB733A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB733A; }

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

 H1.HeaderClassName
 {
   color: #AB733A;
 }
 .AnyTagClassName
 {
   color: #AB733A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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