Html Css Color HEX #AB8F4B Turmeric

📋 copy color: '#AB8F4B'

red 171 ◦ green 143 ◦ blue 75

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

Shades of Turmeric #AB8F4B

Tints of Turmeric #AB8F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.28%

R = 43.96%
G = 36.76%
B = 19.28%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB8F4B (or 0xAB8F4B) is known color: Turmeric. HEX triplet: AB, 8F and 4B. RGB value is (171,143,75). Sum of RGB (Red+Green+Blue) = 171+143+75=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 143 (56.25% from 255 or 36.76% from 389); Blue value is 75 (29.69% from 255 or 19.28% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB8F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB8F4B is #5470B4. Grayscale: #8F8F8F. Windows color (decimal): -5533877 or 4951979. OLE color: 4951979.

HSL color Cylindrical-coordinate representation of color #AB8F4B: hue angle of 42.5º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB8F4B is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 143 75 -
CMYK 0 0.16 0.56 0.33
HSL 42.5º 0.39% 0.48% -
HSV(B) 42.5º 0.56% 0.67% -
XYZ 27.89 28.81 10.75 -
YUV 143.62 89.28 147.53 -
System Red Green Blue C M Y K H S L
Decimal 171 143 75 0 0.16 0.56 0.33 42.5 0.39 0.48
Hex AB 8F 4B 0 10 38 21 2A 27 30
Octal 253 217 113 0 20 70 41 52 47 60
Binary 10101011 10001111 1001011 0 10000 111000 100001 101010 100111 110000

Color Harmonies of #AB8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB8F4B

Black with #AB8F4B

Text Example


Text Example

White with #AB8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB8F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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