Html Css Color HEX #AB753A Reno Sand

📋 copy color: '#AB753A'

red 171 ◦ green 117 ◦ blue 58

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

Shades of Reno Sand #AB753A

Tints of Reno Sand #AB753A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 33.82%

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

R = 49.42%
G = 33.82%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.33

RGB Variations

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

Color information

#AB753A (or 0xAB753A) is known color: Reno Sand. HEX triplet: AB, 75 and 3A. RGB value is (171,117,58). Sum of RGB (Red+Green+Blue) = 171+117+58=346 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.42% from 346); Green value is 117 (46.09% from 255 or 33.82% from 346); Blue value is 58 (23.05% from 255 or 16.76% from 346); Max value from RGB is 171 - color contains mainly: red. Hex color #AB753A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB753A is #548AC5. Grayscale: #7E7E7E. Windows color (decimal): -5540550 or 3831211. OLE color: 3831211.

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

Color convert

RGB 171 117 58 -
CMYK 0 0.32 0.66 0.33
HSL 31.33º 0.49% 0.45% -
HSV(B) 31.33º 0.66% 0.67% -
XYZ 23.92 21.69 6.93 -
YUV 126.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 171 117 58 0 0.32 0.66 0.33 31.33 0.49 0.45
Hex AB 75 3A 0 20 42 21 1F 31 2D
Octal 253 165 72 0 40 102 41 37 61 55
Binary 10101011 1110101 111010 0 100000 1000010 100001 11111 110001 101101

Color Harmonies of #AB753A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB753A

Black with #AB753A

Text Example


Text Example

White with #AB753A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB753A; }

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

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

background-color css

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

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

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

border-color css

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

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

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