Html Css Color HEX #AB963D Turmeric

📋 copy color: '#AB963D'

red 171 ◦ green 150 ◦ blue 61

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

Shades of Turmeric #AB963D

Tints of Turmeric #AB963D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.97%

R = 44.76%
G = 39.27%
B = 15.97%

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

#AB963D (or 0xAB963D) is known color: Turmeric. HEX triplet: AB, 96 and 3D. RGB value is (171,150,61). Sum of RGB (Red+Green+Blue) = 171+150+61=382 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.76% from 382); Green value is 150 (58.98% from 255 or 39.27% from 382); Blue value is 61 (24.22% from 255 or 15.97% from 382); Max value from RGB is 171 - color contains mainly: red. Hex color #AB963D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB963D is #5469C2. Grayscale: #929292. Windows color (decimal): -5532099 or 4036267. OLE color: 4036267.

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

Color convert

RGB 171 150 61 -
CMYK 0 0.12 0.64 0.33
HSL 48.55º 0.47% 0.45% -
HSV(B) 48.55º 0.64% 0.67% -
XYZ 28.54 30.81 8.86 -
YUV 146.13 79.96 145.74 -
System Red Green Blue C M Y K H S L
Decimal 171 150 61 0 0.12 0.64 0.33 48.55 0.47 0.45
Hex AB 96 3D 0 C 40 21 31 2F 2D
Octal 253 226 75 0 14 100 41 61 57 55
Binary 10101011 10010110 111101 0 1100 1000000 100001 110001 101111 101101

Color Harmonies of #AB963D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB963D

Black with #AB963D

Text Example


Text Example

White with #AB963D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB963D; }

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

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

background-color css

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

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

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

border-color css

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

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

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