Html Css Color HEX #AE904B Turmeric

📋 copy color: '#AE904B'

red 174 ◦ green 144 ◦ blue 75

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

Shades of Turmeric #AE904B

Tints of Turmeric #AE904B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.64%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 44.27%
G = 36.64%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE904B (or 0xAE904B) is known color: Turmeric. HEX triplet: AE, 90 and 4B. RGB value is (174,144,75). Sum of RGB (Red+Green+Blue) = 174+144+75=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 144 (56.64% from 255 or 36.64% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE904B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE904B is #516FB4. Grayscale: #919191. Windows color (decimal): -5337013 or 4952238. OLE color: 4952238.

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

Color convert

RGB 174 144 75 -
CMYK 0 0.17 0.57 0.32
HSL 41.82º 0.4% 0.49% -
HSV(B) 41.82º 0.57% 0.68% -
XYZ 28.7 29.45 10.83 -
YUV 145.1 88.44 148.61 -
System Red Green Blue C M Y K H S L
Decimal 174 144 75 0 0.17 0.57 0.32 41.82 0.4 0.49
Hex AE 90 4B 0 11 39 20 2A 28 31
Octal 256 220 113 0 21 71 40 52 50 61
Binary 10101110 10010000 1001011 0 10001 111001 100000 101010 101000 110001

Color Harmonies of #AE904B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE904B

Black with #AE904B

Text Example


Text Example

White with #AE904B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE904B; }

 p { color: rgb(174,144,75); }

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

background-color css

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

 a { background-color: rgb(174,144,75); }

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

border-color css

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

 span { border-color: rgb(174,144,75); }

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