Html Css Color HEX #AD903F Turmeric

📋 copy color: '#AD903F'

red 173 ◦ green 144 ◦ blue 63

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

Shades of Turmeric #AD903F

Tints of Turmeric #AD903F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 37.89%

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

R = 45.53%
G = 37.89%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD903F (or 0xAD903F) is known color: Turmeric. HEX triplet: AD, 90 and 3F. RGB value is (173,144,63). Sum of RGB (Red+Green+Blue) = 173+144+63=380 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.53% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 173 - color contains mainly: red. Hex color #AD903F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD903F is #526FC0. Grayscale: #8F8F8F. Windows color (decimal): -5402561 or 4165805. OLE color: 4165805.

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

Color convert

RGB 173 144 63 -
CMYK 0 0.17 0.64 0.32
HSL 44.18º 0.47% 0.46% -
HSV(B) 44.18º 0.64% 0.68% -
XYZ 28.1 29.19 8.86 -
YUV 143.44 82.61 149.09 -
System Red Green Blue C M Y K H S L
Decimal 173 144 63 0 0.17 0.64 0.32 44.18 0.47 0.46
Hex AD 90 3F 0 11 40 20 2C 2F 2E
Octal 255 220 77 0 21 100 40 54 57 56
Binary 10101101 10010000 111111 0 10001 1000000 100000 101100 101111 101110

Color Harmonies of #AD903F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD903F

Black with #AD903F

Text Example


Text Example

White with #AD903F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD903F; }

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

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

background-color css

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

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

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

border-color css

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

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

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