Html Css Color HEX #AB773C Reno Sand

📋 copy color: '#AB773C'

red 171 ◦ green 119 ◦ blue 60

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

Shades of Reno Sand #AB773C

Tints of Reno Sand #AB773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.14%

R = 48.86%
G = 34%
B = 17.14%

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

#AB773C (or 0xAB773C) is known color: Reno Sand. HEX triplet: AB, 77 and 3C. RGB value is (171,119,60). Sum of RGB (Red+Green+Blue) = 171+119+60=350 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.86% from 350); Green value is 119 (46.88% from 255 or 34% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 171 - color contains mainly: red. Hex color #AB773C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB773C is #5488C3. Grayscale: #808080. Windows color (decimal): -5540036 or 3962795. OLE color: 3962795.

HSL color Cylindrical-coordinate representation of color #AB773C: hue angle of 31.89º degrees, saturation: 0.48, 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 #AB773C is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 119 60 -
CMYK 0 0.30 0.65 0.33
HSL 31.89º 0.48% 0.45% -
HSV(B) 31.89º 0.65% 0.67% -
XYZ 24.21 22.18 7.28 -
YUV 127.82 89.73 158.8 -
System Red Green Blue C M Y K H S L
Decimal 171 119 60 0 0.30 0.65 0.33 31.89 0.48 0.45
Hex AB 77 3C 0 1E 41 21 20 30 2D
Octal 253 167 74 0 36 101 41 40 60 55
Binary 10101011 1110111 111100 0 11110 1000001 100001 100000 110000 101101

Color Harmonies of #AB773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB773C

Black with #AB773C

Text Example


Text Example

White with #AB773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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