Html Css Color HEX #AE983A Turmeric

📋 copy color: '#AE983A'

red 174 ◦ green 152 ◦ blue 58

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

Shades of Turmeric #AE983A

Tints of Turmeric #AE983A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 15.1%

R = 45.31%
G = 39.58%
B = 15.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.67

 K value IS 0.32

RGB Variations

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

Color information

#AE983A (or 0xAE983A) is known color: Turmeric. HEX triplet: AE, 98 and 3A. RGB value is (174,152,58). Sum of RGB (Red+Green+Blue) = 174+152+58=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 152 (59.77% from 255 or 39.58% from 384); Blue value is 58 (23.05% from 255 or 15.10% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE983A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE983A is #5167C5. Grayscale: #949494. Windows color (decimal): -5334982 or 3840174. OLE color: 3840174.

HSL color Cylindrical-coordinate representation of color #AE983A: hue angle of 48.62º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AE983A is Cyan = 0, Magento = 0.13, Yellow = 0.67 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 152 58 -
CMYK 0 0.13 0.67 0.32
HSL 48.62º 0.5% 0.45% -
HSV(B) 48.62º 0.67% 0.68% -
XYZ 29.45 31.76 8.58 -
YUV 147.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 174 152 58 0 0.13 0.67 0.32 48.62 0.5 0.45
Hex AE 98 3A 0 D 43 20 31 32 2D
Octal 256 230 72 0 15 103 40 61 62 55
Binary 10101110 10011000 111010 0 1101 1000011 100000 110001 110010 101101

Color Harmonies of #AE983A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE983A

Black with #AE983A

Text Example


Text Example

White with #AE983A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE983A; }

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

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

background-color css

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

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

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

border-color css

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

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

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