Html Css Color HEX #AC9741 Turmeric

📋 copy color: '#AC9741'

red 172 ◦ green 151 ◦ blue 65

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

Shades of Turmeric #AC9741

Tints of Turmeric #AC9741

RGB

 RED value IS 172 (67.58% from 255) = 44.33%

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

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

R = 44.33%
G = 38.92%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AC9741 (or 0xAC9741) is known color: Turmeric. HEX triplet: AC, 97 and 41. RGB value is (172,151,65). Sum of RGB (Red+Green+Blue) = 172+151+65=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 151 (59.38% from 255 or 38.92% from 388); Blue value is 65 (25.78% from 255 or 16.75% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC9741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AC9741 is #5368BE. Grayscale: #939393. Windows color (decimal): -5466303 or 4298668. OLE color: 4298668.

HSL color Cylindrical-coordinate representation of color #AC9741: hue angle of 48.22º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC9741 is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 151 65 -
CMYK 0 0.12 0.62 0.33
HSL 48.22º 0.45% 0.46% -
HSV(B) 48.22º 0.62% 0.67% -
XYZ 29.03 31.29 9.51 -
YUV 147.48 81.46 145.49 -
System Red Green Blue C M Y K H S L
Decimal 172 151 65 0 0.12 0.62 0.33 48.22 0.45 0.46
Hex AC 97 41 0 C 3E 21 30 2D 2E
Octal 254 227 101 0 14 76 41 60 55 56
Binary 10101100 10010111 1000001 0 1100 111110 100001 110000 101101 101110

Color Harmonies of #AC9741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC9741

Black with #AC9741

Text Example


Text Example

White with #AC9741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC9741; }

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

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

background-color css

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

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

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

border-color css

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

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

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