Html Css Color HEX #AB7137 Reno Sand

📋 copy color: '#AB7137'

red 171 ◦ green 113 ◦ blue 55

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

Shades of Reno Sand #AB7137

Tints of Reno Sand #AB7137

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.33%

 BLUE value IS 55 (21.88% from 255) = 16.22%

R = 50.44%
G = 33.33%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AB7137 (or 0xAB7137) is known color: Reno Sand. HEX triplet: AB, 71 and 37. RGB value is (171,113,55). Sum of RGB (Red+Green+Blue) = 171+113+55=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 113 (44.53% from 255 or 33.33% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7137 is #548EC8. Grayscale: #7C7C7C. Windows color (decimal): -5541577 or 3633579. OLE color: 3633579.

HSL color Cylindrical-coordinate representation of color #AB7137: hue angle of 30º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB7137 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 113 55 -
CMYK 0 0.34 0.68 0.33
HSL 30º 0.51% 0.44% -
HSV(B) 30º 0.68% 0.67% -
XYZ 23.39 20.74 6.39 -
YUV 123.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 171 113 55 0 0.34 0.68 0.33 30 0.51 0.44
Hex AB 71 37 0 22 44 21 1E 33 2C
Octal 253 161 67 0 42 104 41 36 63 54
Binary 10101011 1110001 110111 0 100010 1000100 100001 11110 110011 101100

Color Harmonies of #AB7137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7137

Black with #AB7137

Text Example


Text Example

White with #AB7137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7137; }

 p { color: rgb(171,113,55); }

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

background-color css

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

 a { background-color: rgb(171,113,55); }

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

border-color css

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

 span { border-color: rgb(171,113,55); }

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