Html Css Color HEX #AB9545 Turmeric

📋 copy color: '#AB9545'

red 171 ◦ green 149 ◦ blue 69

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

Shades of Turmeric #AB9545

Tints of Turmeric #AB9545

RGB

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

 GREEN value IS 149 (58.59% from 255) = 38.3%

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

R = 43.96%
G = 38.3%
B = 17.74%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.60

 K value IS 0.33

RGB Variations

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

Color information

#AB9545 (or 0xAB9545) is known color: Turmeric. HEX triplet: AB, 95 and 45. RGB value is (171,149,69). Sum of RGB (Red+Green+Blue) = 171+149+69=389 (51% of max value = 765). Red value is 171 (67.19% from 255 or 43.96% from 389); Green value is 149 (58.59% from 255 or 38.30% from 389); Blue value is 69 (27.34% from 255 or 17.74% from 389); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9545 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9545 is #546ABA. Grayscale: #929292. Windows color (decimal): -5532347 or 4560299. OLE color: 4560299.

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

Color convert

RGB 171 149 69 -
CMYK 0 0.13 0.60 0.33
HSL 47.06º 0.43% 0.47% -
HSV(B) 47.06º 0.6% 0.67% -
XYZ 28.62 30.58 10.03 -
YUV 146.46 84.29 145.5 -
System Red Green Blue C M Y K H S L
Decimal 171 149 69 0 0.13 0.60 0.33 47.06 0.43 0.47
Hex AB 95 45 0 D 3C 21 2F 2A 2F
Octal 253 225 105 0 15 74 41 57 52 57
Binary 10101011 10010101 1000101 0 1101 111100 100001 101111 101010 101111

Color Harmonies of #AB9545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9545

Black with #AB9545

Text Example


Text Example

White with #AB9545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9545; }

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

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

background-color css

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

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

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

border-color css

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

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

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