Html Css Color HEX #AEA58A Chino

📋 copy color: '#AEA58A'

red 174 ◦ green 165 ◦ blue 138

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

Shades of Chino #AEA58A

Tints of Chino #AEA58A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.59%

 BLUE value IS 138 (54.3% from 255) = 28.93%

R = 36.48%
G = 34.59%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AEA58A (or 0xAEA58A) is known color: Chino. HEX triplet: AE, A5 and 8A. RGB value is (174,165,138). Sum of RGB (Red+Green+Blue) = 174+165+138=477 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.48% from 477); Green value is 165 (64.84% from 255 or 34.59% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 174 - color contains mainly: red. Hex color #AEA58A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEA58A is #515A75. Grayscale: #A4A4A4. Windows color (decimal): -5331574 or 9086382. OLE color: 9086382.

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

Color convert

RGB 174 165 138 -
CMYK 0 0.05 0.21 0.32
HSL 45º 0.18% 0.61% -
HSV(B) 45º 0.21% 0.68% -
XYZ 35.5 37.74 29.46 -
YUV 164.61 112.98 134.7 -
System Red Green Blue C M Y K H S L
Decimal 174 165 138 0 0.05 0.21 0.32 45 0.18 0.61
Hex AE A5 8A 0 5 15 20 2D 12 3D
Octal 256 245 212 0 5 25 40 55 22 75
Binary 10101110 10100101 10001010 0 101 10101 100000 101101 10010 111101

Color Harmonies of #AEA58A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEA58A

Black with #AEA58A

Text Example


Text Example

White with #AEA58A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEA58A; }

 p { color: rgb(174,165,138); }

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

background-color css

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

 a { background-color: rgb(174,165,138); }

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

border-color css

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

 span { border-color: rgb(174,165,138); }

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