Html Css Color HEX #AB914B Turmeric

📋 copy color: '#AB914B'

red 171 ◦ green 145 ◦ blue 75

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

Shades of Turmeric #AB914B

Tints of Turmeric #AB914B

RGB

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

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

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

R = 43.73%
G = 37.08%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AB914B (or 0xAB914B) is known color: Turmeric. HEX triplet: AB, 91 and 4B. RGB value is (171,145,75). Sum of RGB (Red+Green+Blue) = 171+145+75=391 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.73% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 75 (29.69% from 255 or 19.18% from 391); Max value from RGB is 171 - color contains mainly: red. Hex color #AB914B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB914B is #546EB4. Grayscale: #919191. Windows color (decimal): -5533365 or 4952491. OLE color: 4952491.

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

Color convert

RGB 171 145 75 -
CMYK 0 0.15 0.56 0.33
HSL 43.75º 0.39% 0.48% -
HSV(B) 43.75º 0.56% 0.67% -
XYZ 28.19 29.42 10.85 -
YUV 144.79 88.61 146.69 -
System Red Green Blue C M Y K H S L
Decimal 171 145 75 0 0.15 0.56 0.33 43.75 0.39 0.48
Hex AB 91 4B 0 F 38 21 2C 27 30
Octal 253 221 113 0 17 70 41 54 47 60
Binary 10101011 10010001 1001011 0 1111 111000 100001 101100 100111 110000

Color Harmonies of #AB914B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB914B

Black with #AB914B

Text Example


Text Example

White with #AB914B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB914B; }

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

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

background-color css

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

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

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

border-color css

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

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

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