Html Css Color HEX #AD933F Turmeric

📋 copy color: '#AD933F'

red 173 ◦ green 147 ◦ blue 63

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

Shades of Turmeric #AD933F

Tints of Turmeric #AD933F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 38.38%

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

R = 45.17%
G = 38.38%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AD933F (or 0xAD933F) is known color: Turmeric. HEX triplet: AD, 93 and 3F. RGB value is (173,147,63). Sum of RGB (Red+Green+Blue) = 173+147+63=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 147 (57.81% from 255 or 38.38% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD933F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD933F is #526CC0. Grayscale: #919191. Windows color (decimal): -5401793 or 4166573. OLE color: 4166573.

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

Color convert

RGB 173 147 63 -
CMYK 0 0.15 0.64 0.32
HSL 45.82º 0.47% 0.46% -
HSV(B) 45.82º 0.64% 0.68% -
XYZ 28.56 30.11 9.01 -
YUV 145.2 81.61 147.83 -
System Red Green Blue C M Y K H S L
Decimal 173 147 63 0 0.15 0.64 0.32 45.82 0.47 0.46
Hex AD 93 3F 0 F 40 20 2E 2F 2E
Octal 255 223 77 0 17 100 40 56 57 56
Binary 10101101 10010011 111111 0 1111 1000000 100000 101110 101111 101110

Color Harmonies of #AD933F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD933F

Black with #AD933F

Text Example


Text Example

White with #AD933F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD933F; }

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

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

background-color css

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

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

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

border-color css

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

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

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