Html Css Color HEX #AB9148 Turmeric

📋 copy color: '#AB9148'

red 171 ◦ green 145 ◦ blue 72

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

Shades of Turmeric #AB9148

Tints of Turmeric #AB9148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 18.56%

R = 44.07%
G = 37.37%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AB9148 (or 0xAB9148) is known color: Turmeric. HEX triplet: AB, 91 and 48. RGB value is (171,145,72). Sum of RGB (Red+Green+Blue) = 171+145+72=388 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.07% from 388); Green value is 145 (57.03% from 255 or 37.37% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9148 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9148 is #546EB7. Grayscale: #909090. Windows color (decimal): -5533368 or 4755883. OLE color: 4755883.

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

Color convert

RGB 171 145 72 -
CMYK 0 0.15 0.58 0.33
HSL 44.24º 0.41% 0.48% -
HSV(B) 44.24º 0.58% 0.67% -
XYZ 28.09 29.38 10.32 -
YUV 144.45 87.11 146.94 -
System Red Green Blue C M Y K H S L
Decimal 171 145 72 0 0.15 0.58 0.33 44.24 0.41 0.48
Hex AB 91 48 0 F 3A 21 2C 29 30
Octal 253 221 110 0 17 72 41 54 51 60
Binary 10101011 10010001 1001000 0 1111 111010 100001 101100 101001 110000

Color Harmonies of #AB9148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9148

Black with #AB9148

Text Example


Text Example

White with #AB9148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9148; }

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

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

background-color css

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

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

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

border-color css

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

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

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