Html Css Color HEX #AEA16B Tallow

📋 copy color: '#AEA16B'

red 174 ◦ green 161 ◦ blue 107

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

Shades of Tallow #AEA16B

Tints of Tallow #AEA16B

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.43%

 BLUE value IS 107 (42.19% from 255) = 24.21%

R = 39.37%
G = 36.43%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.39

 K value IS 0.32

RGB Variations

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

Color information

#AEA16B (or 0xAEA16B) is known color: Tallow. HEX triplet: AE, A1 and 6B. RGB value is (174,161,107). Sum of RGB (Red+Green+Blue) = 174+161+107=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 107 (42.19% from 255 or 24.21% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA16B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEA16B is #515E94. Grayscale: #9E9E9E. Windows color (decimal): -5332629 or 7053742. OLE color: 7053742.

HSL color Cylindrical-coordinate representation of color #AEA16B: hue angle of 48.36º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AEA16B is Cyan = 0, Magento = 0.07, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 161 107 -
CMYK 0 0.07 0.39 0.32
HSL 48.36º 0.29% 0.55% -
HSV(B) 48.36º 0.39% 0.68% -
XYZ 32.85 35.55 19.04 -
YUV 158.73 98.81 138.89 -
System Red Green Blue C M Y K H S L
Decimal 174 161 107 0 0.07 0.39 0.32 48.36 0.29 0.55
Hex AE A1 6B 0 7 27 20 30 1D 37
Octal 256 241 153 0 7 47 40 60 35 67
Binary 10101110 10100001 1101011 0 111 100111 100000 110000 11101 110111

Color Harmonies of #AEA16B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA16B

Black with #AEA16B

Text Example


Text Example

White with #AEA16B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA16B; }

 p { color: rgb(174,161,107); }

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

background-color css

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

 a { background-color: rgb(174,161,107); }

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

border-color css

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

 span { border-color: rgb(174,161,107); }

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