Html Css Color HEX #AB973E Turmeric

📋 copy color: '#AB973E'

red 171 ◦ green 151 ◦ blue 62

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

Shades of Turmeric #AB973E

Tints of Turmeric #AB973E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 39.32%

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

R = 44.53%
G = 39.32%
B = 16.15%

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

#AB973E (or 0xAB973E) is known color: Turmeric. HEX triplet: AB, 97 and 3E. RGB value is (171,151,62). Sum of RGB (Red+Green+Blue) = 171+151+62=384 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.53% from 384); Green value is 151 (59.38% from 255 or 39.32% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 171 - color contains mainly: red. Hex color #AB973E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AB973E is #5468C1. Grayscale: #939393. Windows color (decimal): -5531842 or 4102059. OLE color: 4102059.

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

Color convert

RGB 171 151 62 -
CMYK 0 0.12 0.64 0.33
HSL 48.99º 0.47% 0.46% -
HSV(B) 48.99º 0.64% 0.67% -
XYZ 28.73 31.14 9.05 -
YUV 146.83 80.13 145.24 -
System Red Green Blue C M Y K H S L
Decimal 171 151 62 0 0.12 0.64 0.33 48.99 0.47 0.46
Hex AB 97 3E 0 C 40 21 31 2F 2E
Octal 253 227 76 0 14 100 41 61 57 56
Binary 10101011 10010111 111110 0 1100 1000000 100001 110001 101111 101110

Color Harmonies of #AB973E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB973E

Black with #AB973E

Text Example


Text Example

White with #AB973E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB973E; }

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

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

background-color css

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

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

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

border-color css

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

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

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