Html Css Color HEX #AB9A3E Turmeric

📋 copy color: '#AB9A3E'

red 171 ◦ green 154 ◦ blue 62

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

Shades of Turmeric #AB9A3E

Tints of Turmeric #AB9A3E

RGB

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

 GREEN value IS 154 (60.55% from 255) = 39.79%

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 44.19%
G = 39.79%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB9A3E (or 0xAB9A3E) is known color: Turmeric. HEX triplet: AB, 9A and 3E. RGB value is (171,154,62). Sum of RGB (Red+Green+Blue) = 171+154+62=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 154 (60.55% from 255 or 39.79% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB9A3E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB9A3E is #5465C1. Grayscale: #949494. Windows color (decimal): -5531074 or 4102827. OLE color: 4102827.

HSL color Cylindrical-coordinate representation of color #AB9A3E: hue angle of 50.64º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB9A3E is Cyan = 0, Magento = 0.10, Yellow = 0.64 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 154 62 -
CMYK 0 0.10 0.64 0.33
HSL 50.64º 0.47% 0.46% -
HSV(B) 50.64º 0.64% 0.67% -
XYZ 29.22 32.12 9.22 -
YUV 148.6 79.13 143.98 -
System Red Green Blue C M Y K H S L
Decimal 171 154 62 0 0.10 0.64 0.33 50.64 0.47 0.46
Hex AB 9A 3E 0 A 40 21 33 2F 2E
Octal 253 232 76 0 12 100 41 63 57 56
Binary 10101011 10011010 111110 0 1010 1000000 100001 110011 101111 101110

Color Harmonies of #AB9A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB9A3E

Black with #AB9A3E

Text Example


Text Example

White with #AB9A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB9A3E; }

 p { color: rgb(171,154,62); }

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

background-color css

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

 a { background-color: rgb(171,154,62); }

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

border-color css

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

 span { border-color: rgb(171,154,62); }

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