Html Css Color HEX #AD913F Turmeric

📋 copy color: '#AD913F'

red 173 ◦ green 145 ◦ blue 63

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

Shades of Turmeric #AD913F

Tints of Turmeric #AD913F

RGB

 RED value IS 173 (67.97% from 255) = 45.41%

 GREEN value IS 145 (57.03% from 255) = 38.06%

 BLUE value IS 63 (25% from 255) = 16.54%

R = 45.41%
G = 38.06%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD913F (or 0xAD913F) is known color: Turmeric. HEX triplet: AD, 91 and 3F. RGB value is (173,145,63). Sum of RGB (Red+Green+Blue) = 173+145+63=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 145 (57.03% from 255 or 38.06% from 381); Blue value is 63 (25% from 255 or 16.54% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD913F is #526EC0. Grayscale: #909090. Windows color (decimal): -5402305 or 4166061. OLE color: 4166061.

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

Color convert

RGB 173 145 63 -
CMYK 0 0.16 0.64 0.32
HSL 44.73º 0.47% 0.46% -
HSV(B) 44.73º 0.64% 0.68% -
XYZ 28.26 29.49 8.91 -
YUV 144.02 82.28 148.67 -
System Red Green Blue C M Y K H S L
Decimal 173 145 63 0 0.16 0.64 0.32 44.73 0.47 0.46
Hex AD 91 3F 0 10 40 20 2D 2F 2E
Octal 255 221 77 0 20 100 40 55 57 56
Binary 10101101 10010001 111111 0 10000 1000000 100000 101101 101111 101110

Color Harmonies of #AD913F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD913F

Black with #AD913F

Text Example


Text Example

White with #AD913F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD913F; }

 p { color: rgb(173,145,63); }

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

background-color css

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

 a { background-color: rgb(173,145,63); }

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

border-color css

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

 span { border-color: rgb(173,145,63); }

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