Html Css Color HEX #AB9440 Turmeric

📋 copy color: '#AB9440'

red 171 ◦ green 148 ◦ blue 64

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

Shades of Turmeric #AB9440

Tints of Turmeric #AB9440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.64%

 BLUE value IS 64 (25.39% from 255) = 16.71%

R = 44.65%
G = 38.64%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#AB9440 (or 0xAB9440) is known color: Turmeric. HEX triplet: AB, 94 and 40. RGB value is (171,148,64). Sum of RGB (Red+Green+Blue) = 171+148+64=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9440 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9440 is #546BBF. Grayscale: #919191. Windows color (decimal): -5532608 or 4232363. OLE color: 4232363.

HSL color Cylindrical-coordinate representation of color #AB9440: hue angle of 47.1º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB9440 is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 148 64 -
CMYK 0 0.13 0.63 0.33
HSL 47.1º 0.46% 0.46% -
HSV(B) 47.1º 0.63% 0.67% -
XYZ 28.31 30.21 9.19 -
YUV 145.3 82.12 146.33 -
System Red Green Blue C M Y K H S L
Decimal 171 148 64 0 0.13 0.63 0.33 47.1 0.46 0.46
Hex AB 94 40 0 D 3F 21 2F 2E 2E
Octal 253 224 100 0 15 77 41 57 56 56
Binary 10101011 10010100 1000000 0 1101 111111 100001 101111 101110 101110

Color Harmonies of #AB9440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9440

Black with #AB9440

Text Example


Text Example

White with #AB9440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9440; }

 p { color: rgb(171,148,64); }

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

background-color css

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

 a { background-color: rgb(171,148,64); }

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

border-color css

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

 span { border-color: rgb(171,148,64); }

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