Html Css Color HEX #AB9145 Turmeric

📋 copy color: '#AB9145'

red 171 ◦ green 145 ◦ blue 69

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

Shades of Turmeric #AB9145

Tints of Turmeric #AB9145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.92%

R = 44.42%
G = 37.66%
B = 17.92%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB9145 (or 0xAB9145) is known color: Turmeric. HEX triplet: AB, 91 and 45. RGB value is (171,145,69). Sum of RGB (Red+Green+Blue) = 171+145+69=385 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.42% from 385); Green value is 145 (57.03% from 255 or 37.66% from 385); Blue value is 69 (27.34% from 255 or 17.92% from 385); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9145 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9145 is #546EBA. Grayscale: #909090. Windows color (decimal): -5533371 or 4559275. OLE color: 4559275.

HSL color Cylindrical-coordinate representation of color #AB9145: hue angle of 44.71º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB9145 is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 145 69 -
CMYK 0 0.15 0.60 0.33
HSL 44.71º 0.43% 0.47% -
HSV(B) 44.71º 0.6% 0.67% -
XYZ 27.99 29.34 9.82 -
YUV 144.11 85.61 147.18 -
System Red Green Blue C M Y K H S L
Decimal 171 145 69 0 0.15 0.60 0.33 44.71 0.43 0.47
Hex AB 91 45 0 F 3C 21 2D 2A 2F
Octal 253 221 105 0 17 74 41 55 52 57
Binary 10101011 10010001 1000101 0 1111 111100 100001 101101 101010 101111

Color Harmonies of #AB9145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9145

Black with #AB9145

Text Example


Text Example

White with #AB9145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9145; }

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

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

background-color css

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

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

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

border-color css

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

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

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