Html Css Color HEX #AB8F45 Turmeric

📋 copy color: '#AB8F45'

red 171 ◦ green 143 ◦ blue 69

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

Shades of Turmeric #AB8F45

Tints of Turmeric #AB8F45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 18.02%

R = 44.65%
G = 37.34%
B = 18.02%

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

#AB8F45 (or 0xAB8F45) is known color: Turmeric. HEX triplet: AB, 8F and 45. RGB value is (171,143,69). Sum of RGB (Red+Green+Blue) = 171+143+69=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 143 (56.25% from 255 or 37.34% from 383); Blue value is 69 (27.34% from 255 or 18.02% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F45 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F45 is #5470BA. Grayscale: #8F8F8F. Windows color (decimal): -5533883 or 4558763. OLE color: 4558763.

HSL color Cylindrical-coordinate representation of color #AB8F45: hue angle of 43.53º 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 #AB8F45 is Cyan = 0, Magento = 0.16, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 69 -
CMYK 0 0.16 0.60 0.33
HSL 43.53º 0.43% 0.47% -
HSV(B) 43.53º 0.6% 0.67% -
XYZ 27.69 28.73 9.72 -
YUV 142.94 86.28 148.02 -
System Red Green Blue C M Y K H S L
Decimal 171 143 69 0 0.16 0.60 0.33 43.53 0.43 0.47
Hex AB 8F 45 0 10 3C 21 2C 2A 2F
Octal 253 217 105 0 20 74 41 54 52 57
Binary 10101011 10001111 1000101 0 10000 111100 100001 101100 101010 101111

Color Harmonies of #AB8F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F45

Black with #AB8F45

Text Example


Text Example

White with #AB8F45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F45; }

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

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

background-color css

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

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

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

border-color css

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

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

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