Html Css Color HEX #AB7538 Reno Sand

📋 copy color: '#AB7538'

red 171 ◦ green 117 ◦ blue 56

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

Shades of Reno Sand #AB7538

Tints of Reno Sand #AB7538

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16.28%

R = 49.71%
G = 34.01%
B = 16.28%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AB7538 (or 0xAB7538) is known color: Reno Sand. HEX triplet: AB, 75 and 38. RGB value is (171,117,56). Sum of RGB (Red+Green+Blue) = 171+117+56=344 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.71% from 344); Green value is 117 (46.09% from 255 or 34.01% from 344); Blue value is 56 (22.27% from 255 or 16.28% from 344); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7538 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB7538 is #548AC7. Grayscale: #7E7E7E. Windows color (decimal): -5540552 or 3700139. OLE color: 3700139.

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

Color convert

RGB 171 117 56 -
CMYK 0 0.32 0.67 0.33
HSL 31.83º 0.51% 0.45% -
HSV(B) 31.83º 0.67% 0.67% -
XYZ 23.87 21.67 6.67 -
YUV 126.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 171 117 56 0 0.32 0.67 0.33 31.83 0.51 0.45
Hex AB 75 38 0 20 43 21 20 33 2D
Octal 253 165 70 0 40 103 41 40 63 55
Binary 10101011 1110101 111000 0 100000 1000011 100001 100000 110011 101101

Color Harmonies of #AB7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7538

Black with #AB7538

Text Example


Text Example

White with #AB7538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7538; }

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

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

background-color css

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

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

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

border-color css

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

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

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