Html Css Color HEX #AE8F4B Turmeric

📋 copy color: '#AE8F4B'

red 174 ◦ green 143 ◦ blue 75

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

Shades of Turmeric #AE8F4B

Tints of Turmeric #AE8F4B

RGB

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

 GREEN value IS 143 (56.25% from 255) = 36.48%

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

R = 44.39%
G = 36.48%
B = 19.13%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE8F4B (or 0xAE8F4B) is known color: Turmeric. HEX triplet: AE, 8F and 4B. RGB value is (174,143,75). Sum of RGB (Red+Green+Blue) = 174+143+75=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 75 (29.69% from 255 or 19.13% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8F4B is #5170B4. Grayscale: #909090. Windows color (decimal): -5337269 or 4951982. OLE color: 4951982.

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

Color convert

RGB 174 143 75 -
CMYK 0 0.18 0.57 0.32
HSL 41.21º 0.4% 0.49% -
HSV(B) 41.21º 0.57% 0.68% -
XYZ 28.55 29.15 10.78 -
YUV 144.52 88.77 149.03 -
System Red Green Blue C M Y K H S L
Decimal 174 143 75 0 0.18 0.57 0.32 41.21 0.4 0.49
Hex AE 8F 4B 0 12 39 20 29 28 31
Octal 256 217 113 0 22 71 40 51 50 61
Binary 10101110 10001111 1001011 0 10010 111001 100000 101001 101000 110001

Color Harmonies of #AE8F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F4B

Black with #AE8F4B

Text Example


Text Example

White with #AE8F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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