Html Css Color HEX #AB773B Reno Sand

📋 copy color: '#AB773B'

red 171 ◦ green 119 ◦ blue 59

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

Shades of Reno Sand #AB773B

Tints of Reno Sand #AB773B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 34.1%

 BLUE value IS 59 (23.44% from 255) = 16.91%

R = 49%
G = 34.1%
B = 16.91%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AB773B (or 0xAB773B) is known color: Reno Sand. HEX triplet: AB, 77 and 3B. RGB value is (171,119,59). Sum of RGB (Red+Green+Blue) = 171+119+59=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 119 (46.88% from 255 or 34.10% from 349); Blue value is 59 (23.44% from 255 or 16.91% from 349); Max value from RGB is 171 - color contains mainly: red. Hex color #AB773B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB773B is #5488C4. Grayscale: #7F7F7F. Windows color (decimal): -5540037 or 3897259. OLE color: 3897259.

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

Color convert

RGB 171 119 59 -
CMYK 0 0.30 0.65 0.33
HSL 32.14º 0.49% 0.45% -
HSV(B) 32.14º 0.65% 0.67% -
XYZ 24.18 22.17 7.14 -
YUV 127.71 89.23 158.88 -
System Red Green Blue C M Y K H S L
Decimal 171 119 59 0 0.30 0.65 0.33 32.14 0.49 0.45
Hex AB 77 3B 0 1E 41 21 20 31 2D
Octal 253 167 73 0 36 101 41 40 61 55
Binary 10101011 1110111 111011 0 11110 1000001 100001 100000 110001 101101

Color Harmonies of #AB773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB773B

Black with #AB773B

Text Example


Text Example

White with #AB773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB773B; }

 p { color: rgb(171,119,59); }

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

background-color css

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

 a { background-color: rgb(171,119,59); }

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

border-color css

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

 span { border-color: rgb(171,119,59); }

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