Html Css Color HEX #AD9741 Turmeric

📋 copy color: '#AD9741'

red 173 ◦ green 151 ◦ blue 65

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

Shades of Turmeric #AD9741

Tints of Turmeric #AD9741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.71%

R = 44.47%
G = 38.82%
B = 16.71%

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

#AD9741 (or 0xAD9741) is known color: Turmeric. HEX triplet: AD, 97 and 41. RGB value is (173,151,65). Sum of RGB (Red+Green+Blue) = 173+151+65=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 151 (59.38% from 255 or 38.82% from 389); Blue value is 65 (25.78% from 255 or 16.71% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD9741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD9741 is #5268BE. Grayscale: #949494. Windows color (decimal): -5400767 or 4298669. OLE color: 4298669.

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

Color convert

RGB 173 151 65 -
CMYK 0 0.13 0.62 0.32
HSL 47.78º 0.45% 0.47% -
HSV(B) 47.78º 0.62% 0.68% -
XYZ 29.25 31.4 9.52 -
YUV 147.77 81.29 145.99 -
System Red Green Blue C M Y K H S L
Decimal 173 151 65 0 0.13 0.62 0.32 47.78 0.45 0.47
Hex AD 97 41 0 D 3E 20 30 2D 2F
Octal 255 227 101 0 15 76 40 60 55 57
Binary 10101101 10010111 1000001 0 1101 111110 100000 110000 101101 101111

Color Harmonies of #AD9741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD9741

Black with #AD9741

Text Example


Text Example

White with #AD9741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD9741; }

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

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

background-color css

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

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

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

border-color css

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

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

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