Html Css Color HEX #AD983A Turmeric

📋 copy color: '#AD983A'

red 173 ◦ green 152 ◦ blue 58

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

Shades of Turmeric #AD983A

Tints of Turmeric #AD983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.14%

R = 45.17%
G = 39.69%
B = 15.14%

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

#AD983A (or 0xAD983A) is known color: Turmeric. HEX triplet: AD, 98 and 3A. RGB value is (173,152,58). Sum of RGB (Red+Green+Blue) = 173+152+58=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 152 (59.77% from 255 or 39.69% from 383); Blue value is 58 (23.05% from 255 or 15.14% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD983A is #5267C5. Grayscale: #939393. Windows color (decimal): -5400518 or 3840173. OLE color: 3840173.

HSL color Cylindrical-coordinate representation of color #AD983A: hue angle of 49.04º degrees, saturation: 0.5, 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 #AD983A is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 152 58 -
CMYK 0 0.12 0.66 0.32
HSL 49.04º 0.5% 0.45% -
HSV(B) 49.04º 0.66% 0.68% -
XYZ 29.23 31.65 8.57 -
YUV 147.56 77.46 146.14 -
System Red Green Blue C M Y K H S L
Decimal 173 152 58 0 0.12 0.66 0.32 49.04 0.5 0.45
Hex AD 98 3A 0 C 42 20 31 32 2D
Octal 255 230 72 0 14 102 40 61 62 55
Binary 10101101 10011000 111010 0 1100 1000010 100000 110001 110010 101101

Color Harmonies of #AD983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD983A

Black with #AD983A

Text Example


Text Example

White with #AD983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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