Html Css Color HEX #AE983C Turmeric

📋 copy color: '#AE983C'

red 174 ◦ green 152 ◦ blue 60

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

Shades of Turmeric #AE983C

Tints of Turmeric #AE983C

RGB

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

 GREEN value IS 152 (59.77% from 255) = 39.38%

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

R = 45.08%
G = 39.38%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.32

RGB Variations

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

Color information

#AE983C (or 0xAE983C) is known color: Turmeric. HEX triplet: AE, 98 and 3C. RGB value is (174,152,60). Sum of RGB (Red+Green+Blue) = 174+152+60=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 60 (23.83% from 255 or 15.54% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE983C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE983C is #5167C3. Grayscale: #949494. Windows color (decimal): -5334980 or 3971246. OLE color: 3971246.

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

Color convert

RGB 174 152 60 -
CMYK 0 0.13 0.66 0.32
HSL 48.42º 0.49% 0.46% -
HSV(B) 48.42º 0.66% 0.68% -
XYZ 29.5 31.78 8.85 -
YUV 148.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 174 152 60 0 0.13 0.66 0.32 48.42 0.49 0.46
Hex AE 98 3C 0 D 42 20 30 31 2E
Octal 256 230 74 0 15 102 40 60 61 56
Binary 10101110 10011000 111100 0 1101 1000010 100000 110000 110001 101110

Color Harmonies of #AE983C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE983C

Black with #AE983C

Text Example


Text Example

White with #AE983C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE983C; }

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

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

background-color css

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

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

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

border-color css

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

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

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