Html Css Color HEX #AD9742 Turmeric

📋 copy color: '#AD9742'

red 173 ◦ green 151 ◦ blue 66

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

Shades of Turmeric #AD9742

Tints of Turmeric #AD9742

RGB

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

 GREEN value IS 151 (59.38% from 255) = 38.72%

 BLUE value IS 66 (26.17% from 255) = 16.92%

R = 44.36%
G = 38.72%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.32

RGB Variations

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

Color information

#AD9742 (or 0xAD9742) is known color: Turmeric. HEX triplet: AD, 97 and 42. RGB value is (173,151,66). Sum of RGB (Red+Green+Blue) = 173+151+66=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 151 (59.38% from 255 or 38.72% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9742 is #5268BD. Grayscale: #949494. Windows color (decimal): -5400766 or 4364205. OLE color: 4364205.

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

Color convert

RGB 173 151 66 -
CMYK 0 0.13 0.62 0.32
HSL 47.66º 0.45% 0.47% -
HSV(B) 47.66º 0.62% 0.68% -
XYZ 29.28 31.41 9.67 -
YUV 147.89 81.79 145.91 -
System Red Green Blue C M Y K H S L
Decimal 173 151 66 0 0.13 0.62 0.32 47.66 0.45 0.47
Hex AD 97 42 0 D 3E 20 30 2D 2F
Octal 255 227 102 0 15 76 40 60 55 57
Binary 10101101 10010111 1000010 0 1101 111110 100000 110000 101101 101111

Color Harmonies of #AD9742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9742

Black with #AD9742

Text Example


Text Example

White with #AD9742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9742; }

 p { color: rgb(173,151,66); }

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

background-color css

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

 a { background-color: rgb(173,151,66); }

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

border-color css

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

 span { border-color: rgb(173,151,66); }

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