Html Css Color HEX #AB963E Turmeric

📋 copy color: '#AB963E'

red 171 ◦ green 150 ◦ blue 62

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

Shades of Turmeric #AB963E

Tints of Turmeric #AB963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.16%

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

R = 44.65%
G = 39.16%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.64

 K value IS 0.33

RGB Variations

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

Color information

#AB963E (or 0xAB963E) is known color: Turmeric. HEX triplet: AB, 96 and 3E. RGB value is (171,150,62). Sum of RGB (Red+Green+Blue) = 171+150+62=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 150 (58.98% from 255 or 39.16% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB963E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB963E is #5469C1. Grayscale: #929292. Windows color (decimal): -5532098 or 4101803. OLE color: 4101803.

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

Color convert

RGB 171 150 62 -
CMYK 0 0.12 0.64 0.33
HSL 48.44º 0.47% 0.46% -
HSV(B) 48.44º 0.64% 0.67% -
XYZ 28.57 30.82 9 -
YUV 146.25 80.46 145.66 -
System Red Green Blue C M Y K H S L
Decimal 171 150 62 0 0.12 0.64 0.33 48.44 0.47 0.46
Hex AB 96 3E 0 C 40 21 30 2F 2E
Octal 253 226 76 0 14 100 41 60 57 56
Binary 10101011 10010110 111110 0 1100 1000000 100001 110000 101111 101110

Color Harmonies of #AB963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB963E

Black with #AB963E

Text Example


Text Example

White with #AB963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB963E; }

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

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

background-color css

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

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

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

border-color css

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

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

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