Html Css Color HEX #AB6C32 Reno Sand

📋 copy color: '#AB6C32'

red 171 ◦ green 108 ◦ blue 50

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

Shades of Reno Sand #AB6C32

Tints of Reno Sand #AB6C32

RGB

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

 GREEN value IS 108 (42.58% from 255) = 32.83%

 BLUE value IS 50 (19.92% from 255) = 15.2%

R = 51.98%
G = 32.83%
B = 15.2%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AB6C32 (or 0xAB6C32) is known color: Reno Sand. HEX triplet: AB, 6C and 32. RGB value is (171,108,50). Sum of RGB (Red+Green+Blue) = 171+108+50=329 (43% of max value = 765). Red value is 171 (67.19% from 255 or 51.98% from 329); Green value is 108 (42.58% from 255 or 32.83% from 329); Blue value is 50 (19.92% from 255 or 15.20% from 329); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6C32 is #5493CD. Grayscale: #787878. Windows color (decimal): -5542862 or 3304619. OLE color: 3304619.

HSL color Cylindrical-coordinate representation of color #AB6C32: hue angle of 28.76º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB6C32 is Cyan = 0, Magento = 0.37, Yellow = 0.71 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 108 50 -
CMYK 0 0.37 0.71 0.33
HSL 28.76º 0.55% 0.43% -
HSV(B) 28.76º 0.71% 0.67% -
XYZ 22.73 19.61 5.61 -
YUV 120.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 171 108 50 0 0.37 0.71 0.33 28.76 0.55 0.43
Hex AB 6C 32 0 25 47 21 1D 37 2B
Octal 253 154 62 0 45 107 41 35 67 53
Binary 10101011 1101100 110010 0 100101 1000111 100001 11101 110111 101011

Color Harmonies of #AB6C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6C32

Black with #AB6C32

Text Example


Text Example

White with #AB6C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6C32; }

 p { color: rgb(171,108,50); }

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

background-color css

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

 a { background-color: rgb(171,108,50); }

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

border-color css

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

 span { border-color: rgb(171,108,50); }

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