Html Css Color HEX #AB773A Reno Sand

📋 copy color: '#AB773A'

red 171 ◦ green 119 ◦ blue 58

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

Shades of Reno Sand #AB773A

Tints of Reno Sand #AB773A

RGB

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

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

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

R = 49.14%
G = 34.2%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB773A (or 0xAB773A) is known color: Reno Sand. HEX triplet: AB, 77 and 3A. RGB value is (171,119,58). Sum of RGB (Red+Green+Blue) = 171+119+58=348 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.14% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 58 (23.05% from 255 or 16.67% from 348); Max value from RGB is 171 - color contains mainly: red. Hex color #AB773A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB773A is #5488C5. Grayscale: #7F7F7F. Windows color (decimal): -5540038 or 3831723. OLE color: 3831723.

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

Color convert

RGB 171 119 58 -
CMYK 0 0.30 0.66 0.33
HSL 32.39º 0.49% 0.45% -
HSV(B) 32.39º 0.66% 0.67% -
XYZ 24.16 22.16 7.01 -
YUV 127.59 88.73 158.96 -
System Red Green Blue C M Y K H S L
Decimal 171 119 58 0 0.30 0.66 0.33 32.39 0.49 0.45
Hex AB 77 3A 0 1E 42 21 20 31 2D
Octal 253 167 72 0 36 102 41 40 61 55
Binary 10101011 1110111 111010 0 11110 1000010 100001 100000 110001 101101

Color Harmonies of #AB773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB773A

Black with #AB773A

Text Example


Text Example

White with #AB773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB773A; }

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

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

background-color css

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

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

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

border-color css

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

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

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