Html Css Color HEX #AEA68B Chino

📋 copy color: '#AEA68B'

red 174 ◦ green 166 ◦ blue 139

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

Shades of Chino #AEA68B

Tints of Chino #AEA68B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 34.66%

 BLUE value IS 139 (54.69% from 255) = 29.02%

R = 36.33%
G = 34.66%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AEA68B (or 0xAEA68B) is known color: Chino. HEX triplet: AE, A6 and 8B. RGB value is (174,166,139). Sum of RGB (Red+Green+Blue) = 174+166+139=479 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.33% from 479); Green value is 166 (65.23% from 255 or 34.66% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA68B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA68B is #515974. Grayscale: #A5A5A5. Windows color (decimal): -5331317 or 9152174. OLE color: 9152174.

HSL color Cylindrical-coordinate representation of color #AEA68B: hue angle of 46.29º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AEA68B is Cyan = 0, Magento = 0.05, Yellow = 0.20 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 166 139 -
CMYK 0 0.05 0.20 0.32
HSL 46.29º 0.18% 0.61% -
HSV(B) 46.29º 0.2% 0.68% -
XYZ 35.75 38.14 29.9 -
YUV 165.31 113.15 134.2 -
System Red Green Blue C M Y K H S L
Decimal 174 166 139 0 0.05 0.20 0.32 46.29 0.18 0.61
Hex AE A6 8B 0 5 14 20 2E 12 3D
Octal 256 246 213 0 5 24 40 56 22 75
Binary 10101110 10100110 10001011 0 101 10100 100000 101110 10010 111101

Color Harmonies of #AEA68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA68B

Black with #AEA68B

Text Example


Text Example

White with #AEA68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA68B; }

 p { color: rgb(174,166,139); }

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

background-color css

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

 a { background-color: rgb(174,166,139); }

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

border-color css

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

 span { border-color: rgb(174,166,139); }

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