Html Css Color HEX #AD983B Turmeric

📋 copy color: '#AD983B'

red 173 ◦ green 152 ◦ blue 59

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

Shades of Turmeric #AD983B

Tints of Turmeric #AD983B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.58%

 BLUE value IS 59 (23.44% from 255) = 15.36%

R = 45.05%
G = 39.58%
B = 15.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AD983B (or 0xAD983B) is known color: Turmeric. HEX triplet: AD, 98 and 3B. RGB value is (173,152,59). Sum of RGB (Red+Green+Blue) = 173+152+59=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 59 (23.44% from 255 or 15.36% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD983B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD983B is #5267C4. Grayscale: #949494. Windows color (decimal): -5400517 or 3905709. OLE color: 3905709.

HSL color Cylindrical-coordinate representation of color #AD983B: hue angle of 48.95º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AD983B is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 59 -
CMYK 0 0.12 0.66 0.32
HSL 48.95º 0.49% 0.45% -
HSV(B) 48.95º 0.66% 0.68% -
XYZ 29.25 31.66 8.71 -
YUV 147.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 173 152 59 0 0.12 0.66 0.32 48.95 0.49 0.45
Hex AD 98 3B 0 C 42 20 31 31 2D
Octal 255 230 73 0 14 102 40 61 61 55
Binary 10101101 10011000 111011 0 1100 1000010 100000 110001 110001 101101

Color Harmonies of #AD983B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD983B

Black with #AD983B

Text Example


Text Example

White with #AD983B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD983B; }

 p { color: rgb(173,152,59); }

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

background-color css

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

 a { background-color: rgb(173,152,59); }

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

border-color css

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

 span { border-color: rgb(173,152,59); }

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