Html Css Color HEX #AB914A Turmeric

📋 copy color: '#AB914A'

red 171 ◦ green 145 ◦ blue 74

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

Shades of Turmeric #AB914A

Tints of Turmeric #AB914A

RGB

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

 GREEN value IS 145 (57.03% from 255) = 37.18%

 BLUE value IS 74 (29.3% from 255) = 18.97%

R = 43.85%
G = 37.18%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AB914A (or 0xAB914A) is known color: Turmeric. HEX triplet: AB, 91 and 4A. RGB value is (171,145,74). Sum of RGB (Red+Green+Blue) = 171+145+74=390 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.85% from 390); Green value is 145 (57.03% from 255 or 37.18% from 390); Blue value is 74 (29.30% from 255 or 18.97% from 390); Max value from RGB is 171 - color contains mainly: red. Hex color #AB914A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB914A is #546EB5. Grayscale: #909090. Windows color (decimal): -5533366 or 4886955. OLE color: 4886955.

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

Color convert

RGB 171 145 74 -
CMYK 0 0.15 0.57 0.33
HSL 43.92º 0.4% 0.48% -
HSV(B) 43.92º 0.57% 0.67% -
XYZ 28.16 29.4 10.67 -
YUV 144.68 88.11 146.77 -
System Red Green Blue C M Y K H S L
Decimal 171 145 74 0 0.15 0.57 0.33 43.92 0.4 0.48
Hex AB 91 4A 0 F 39 21 2C 28 30
Octal 253 221 112 0 17 71 41 54 50 60
Binary 10101011 10010001 1001010 0 1111 111001 100001 101100 101000 110000

Color Harmonies of #AB914A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB914A

Black with #AB914A

Text Example


Text Example

White with #AB914A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB914A; }

 p { color: rgb(171,145,74); }

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

background-color css

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

 a { background-color: rgb(171,145,74); }

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

border-color css

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

 span { border-color: rgb(171,145,74); }

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