Html Css Color HEX #AD8F44 Turmeric

📋 copy color: '#AD8F44'

red 173 ◦ green 143 ◦ blue 68

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

Shades of Turmeric #AD8F44

Tints of Turmeric #AD8F44

RGB

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

 GREEN value IS 143 (56.25% from 255) = 37.24%

 BLUE value IS 68 (26.95% from 255) = 17.71%

R = 45.05%
G = 37.24%
B = 17.71%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.61

 K value IS 0.32

RGB Variations

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

Color information

#AD8F44 (or 0xAD8F44) is known color: Turmeric. HEX triplet: AD, 8F and 44. RGB value is (173,143,68). Sum of RGB (Red+Green+Blue) = 173+143+68=384 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.05% from 384); Green value is 143 (56.25% from 255 or 37.24% from 384); Blue value is 68 (26.95% from 255 or 17.71% from 384); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8F44 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AD8F44 is #5270BB. Grayscale: #8F8F8F. Windows color (decimal): -5402812 or 4493229. OLE color: 4493229.

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

Color convert

RGB 173 143 68 -
CMYK 0 0.17 0.61 0.32
HSL 42.86º 0.44% 0.47% -
HSV(B) 42.86º 0.61% 0.68% -
XYZ 28.1 28.95 9.58 -
YUV 143.42 85.44 149.1 -
System Red Green Blue C M Y K H S L
Decimal 173 143 68 0 0.17 0.61 0.32 42.86 0.44 0.47
Hex AD 8F 44 0 11 3D 20 2B 2C 2F
Octal 255 217 104 0 21 75 40 53 54 57
Binary 10101101 10001111 1000100 0 10001 111101 100000 101011 101100 101111

Color Harmonies of #AD8F44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8F44

Black with #AD8F44

Text Example


Text Example

White with #AD8F44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8F44; }

 p { color: rgb(173,143,68); }

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

background-color css

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

 a { background-color: rgb(173,143,68); }

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

border-color css

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

 span { border-color: rgb(173,143,68); }

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