Html Css Color HEX #AE983E Turmeric

📋 copy color: '#AE983E'

red 174 ◦ green 152 ◦ blue 62

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

Shades of Turmeric #AE983E

Tints of Turmeric #AE983E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.98%

R = 44.85%
G = 39.18%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.32

RGB Variations

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

Color information

#AE983E (or 0xAE983E) is known color: Turmeric. HEX triplet: AE, 98 and 3E. RGB value is (174,152,62). Sum of RGB (Red+Green+Blue) = 174+152+62=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 152 (59.77% from 255 or 39.18% from 388); Blue value is 62 (24.61% from 255 or 15.98% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE983E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE983E is #5167C1. Grayscale: #949494. Windows color (decimal): -5334978 or 4102318. OLE color: 4102318.

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

Color convert

RGB 174 152 62 -
CMYK 0 0.13 0.64 0.32
HSL 48.21º 0.47% 0.46% -
HSV(B) 48.21º 0.64% 0.68% -
XYZ 29.55 31.8 9.14 -
YUV 148.32 79.29 146.32 -
System Red Green Blue C M Y K H S L
Decimal 174 152 62 0 0.13 0.64 0.32 48.21 0.47 0.46
Hex AE 98 3E 0 D 40 20 30 2F 2E
Octal 256 230 76 0 15 100 40 60 57 56
Binary 10101110 10011000 111110 0 1101 1000000 100000 110000 101111 101110

Color Harmonies of #AE983E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE983E

Black with #AE983E

Text Example


Text Example

White with #AE983E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE983E; }

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

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

background-color css

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

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

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

border-color css

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

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

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