Html Css Color HEX #AE993C Turmeric

📋 copy color: '#AE993C'

red 174 ◦ green 153 ◦ blue 60

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

Shades of Turmeric #AE993C

Tints of Turmeric #AE993C

RGB

 RED value IS 174 (68.36% from 255) = 44.96%

 GREEN value IS 153 (60.16% from 255) = 39.53%

 BLUE value IS 60 (23.83% from 255) = 15.5%

R = 44.96%
G = 39.53%
B = 15.5%

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

#AE993C (or 0xAE993C) is known color: Turmeric. HEX triplet: AE, 99 and 3C. RGB value is (174,153,60). Sum of RGB (Red+Green+Blue) = 174+153+60=387 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.96% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 60 (23.83% from 255 or 15.50% from 387); Max value from RGB is 174 - color contains mainly: red. Hex color #AE993C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE993C is #5166C3. Grayscale: #959595. Windows color (decimal): -5334724 or 3971502. OLE color: 3971502.

HSL color Cylindrical-coordinate representation of color #AE993C: hue angle of 48.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE993C is Cyan = 0, Magento = 0.12, Yellow = 0.66 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 153 60 -
CMYK 0 0.12 0.66 0.32
HSL 48.95º 0.49% 0.46% -
HSV(B) 48.95º 0.66% 0.68% -
XYZ 29.66 32.11 8.91 -
YUV 148.68 77.96 146.06 -
System Red Green Blue C M Y K H S L
Decimal 174 153 60 0 0.12 0.66 0.32 48.95 0.49 0.46
Hex AE 99 3C 0 C 42 20 31 31 2E
Octal 256 231 74 0 14 102 40 61 61 56
Binary 10101110 10011001 111100 0 1100 1000010 100000 110001 110001 101110

Color Harmonies of #AE993C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE993C

Black with #AE993C

Text Example


Text Example

White with #AE993C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE993C; }

 p { color: rgb(174,153,60); }

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

background-color css

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

 a { background-color: rgb(174,153,60); }

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

border-color css

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

 span { border-color: rgb(174,153,60); }

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