Html Css Color HEX #AB6D2C Reno Sand

📋 copy color: '#AB6D2C'

red 171 ◦ green 109 ◦ blue 44

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

Shades of Reno Sand #AB6D2C

Tints of Reno Sand #AB6D2C

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.64%

 BLUE value IS 44 (17.58% from 255) = 13.58%

R = 52.78%
G = 33.64%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AB6D2C (or 0xAB6D2C) is known color: Reno Sand. HEX triplet: AB, 6D and 2C. RGB value is (171,109,44). Sum of RGB (Red+Green+Blue) = 171+109+44=324 (42% of max value = 765). Red value is 171 (67.19% from 255 or 52.78% from 324); Green value is 109 (42.97% from 255 or 33.64% from 324); Blue value is 44 (17.58% from 255 or 13.58% from 324); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6D2C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AB6D2C is #5492D3. Grayscale: #787878. Windows color (decimal): -5542612 or 2911659. OLE color: 2911659.

HSL color Cylindrical-coordinate representation of color #AB6D2C: hue angle of 30.71º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB6D2C is Cyan = 0, Magento = 0.36, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 109 44 -
CMYK 0 0.36 0.74 0.33
HSL 30.71º 0.59% 0.42% -
HSV(B) 30.71º 0.74% 0.67% -
XYZ 22.72 19.78 5 -
YUV 120.13 85.04 164.29 -
System Red Green Blue C M Y K H S L
Decimal 171 109 44 0 0.36 0.74 0.33 30.71 0.59 0.42
Hex AB 6D 2C 0 24 4A 21 1F 3B 2A
Octal 253 155 54 0 44 112 41 37 73 52
Binary 10101011 1101101 101100 0 100100 1001010 100001 11111 111011 101010

Color Harmonies of #AB6D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6D2C

Black with #AB6D2C

Text Example


Text Example

White with #AB6D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6D2C; }

 p { color: rgb(171,109,44); }

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

background-color css

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

 a { background-color: rgb(171,109,44); }

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

border-color css

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

 span { border-color: rgb(171,109,44); }

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