Html Css Color HEX #AEAF7B Locust

📋 copy color: '#AEAF7B'

red 174 ◦ green 175 ◦ blue 123

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

Shades of Locust #AEAF7B

Tints of Locust #AEAF7B

RGB

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

 GREEN value IS 175 (68.75% from 255) = 37.08%

 BLUE value IS 123 (48.44% from 255) = 26.06%

R = 36.86%
G = 37.08%
B = 26.06%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AEAF7B (or 0xAEAF7B) is known color: Locust. HEX triplet: AE, AF and 7B. RGB value is (174,175,123). Sum of RGB (Red+Green+Blue) = 174+175+123=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 175 (68.75% from 255 or 37.08% from 472); Blue value is 123 (48.44% from 255 or 26.06% from 472); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEAF7B is #515084. Grayscale: #A8A8A8. Windows color (decimal): -5329029 or 8105902. OLE color: 8105902.

HSL color Cylindrical-coordinate representation of color #AEAF7B: hue angle of 61.15º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AEAF7B is Cyan = 0.01, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 175 123 -
CMYK 0.01 0 0.30 0.31
HSL 61.15º 0.25% 0.58% -
HSV(B) 61.15º 0.3% 0.69% -
XYZ 36.36 41.09 24.75 -
YUV 168.77 102.17 131.73 -
System Red Green Blue C M Y K H S L
Decimal 174 175 123 0.01 0 0.30 0.31 61.15 0.25 0.58
Hex AE AF 7B 1 0 1E 1F 3D 19 3A
Octal 256 257 173 1 0 36 37 75 31 72
Binary 10101110 10101111 1111011 1 0 11110 11111 111101 11001 111010

Color Harmonies of #AEAF7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF7B

Black with #AEAF7B

Text Example


Text Example

White with #AEAF7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF7B; }

 p { color: rgb(174,175,123); }

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

background-color css

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

 a { background-color: rgb(174,175,123); }

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

border-color css

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

 span { border-color: rgb(174,175,123); }

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