Html Css Color HEX #AB8F44 Turmeric

📋 copy color: '#AB8F44'

red 171 ◦ green 143 ◦ blue 68

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

Shades of Turmeric #AB8F44

Tints of Turmeric #AB8F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.43%

 BLUE value IS 68 (26.95% from 255) = 17.8%

R = 44.76%
G = 37.43%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB8F44 (or 0xAB8F44) is known color: Turmeric. HEX triplet: AB, 8F and 44. RGB value is (171,143,68). Sum of RGB (Red+Green+Blue) = 171+143+68=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 143 (56.25% from 255 or 37.43% from 382); Blue value is 68 (26.95% from 255 or 17.80% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F44 is #5470BB. Grayscale: #8F8F8F. Windows color (decimal): -5533884 or 4493227. OLE color: 4493227.

HSL color Cylindrical-coordinate representation of color #AB8F44: hue angle of 43.69º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB8F44 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 68 -
CMYK 0 0.16 0.60 0.33
HSL 43.69º 0.43% 0.47% -
HSV(B) 43.69º 0.6% 0.67% -
XYZ 27.66 28.72 9.55 -
YUV 142.82 85.78 148.1 -
System Red Green Blue C M Y K H S L
Decimal 171 143 68 0 0.16 0.60 0.33 43.69 0.43 0.47
Hex AB 8F 44 0 10 3C 21 2C 2B 2F
Octal 253 217 104 0 20 74 41 54 53 57
Binary 10101011 10001111 1000100 0 10000 111100 100001 101100 101011 101111

Color Harmonies of #AB8F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F44

Black with #AB8F44

Text Example


Text Example

White with #AB8F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F44; }

 p { color: rgb(171,143,68); }

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

background-color css

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

 a { background-color: rgb(171,143,68); }

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

border-color css

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

 span { border-color: rgb(171,143,68); }

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