Html Css Color HEX #AB9746 Husk

📋 copy color: '#AB9746'

red 171 ◦ green 151 ◦ blue 70

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

Shades of Husk #AB9746

Tints of Husk #AB9746

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.52%

 BLUE value IS 70 (27.73% from 255) = 17.86%

R = 43.62%
G = 38.52%
B = 17.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AB9746 (or 0xAB9746) is known color: Husk. HEX triplet: AB, 97 and 46. RGB value is (171,151,70). Sum of RGB (Red+Green+Blue) = 171+151+70=392 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.62% from 392); Green value is 151 (59.38% from 255 or 38.52% from 392); Blue value is 70 (27.73% from 255 or 17.86% from 392); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9746 is #5468B9. Grayscale: #949494. Windows color (decimal): -5531834 or 4626347. OLE color: 4626347.

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

Color convert

RGB 171 151 70 -
CMYK 0 0.12 0.59 0.33
HSL 48.12º 0.42% 0.47% -
HSV(B) 48.12º 0.59% 0.67% -
XYZ 28.97 31.23 10.3 -
YUV 147.75 84.13 144.59 -
System Red Green Blue C M Y K H S L
Decimal 171 151 70 0 0.12 0.59 0.33 48.12 0.42 0.47
Hex AB 97 46 0 C 3B 21 30 2A 2F
Octal 253 227 106 0 14 73 41 60 52 57
Binary 10101011 10010111 1000110 0 1100 111011 100001 110000 101010 101111

Color Harmonies of #AB9746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9746

Black with #AB9746

Text Example


Text Example

White with #AB9746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9746; }

 p { color: rgb(171,151,70); }

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

background-color css

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

 a { background-color: rgb(171,151,70); }

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

border-color css

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

 span { border-color: rgb(171,151,70); }

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