Html Css Color HEX #AEAF81 Locust

📋 copy color: '#AEAF81'

red 174 ◦ green 175 ◦ blue 129

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

Shades of Locust #AEAF81

Tints of Locust #AEAF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.99%

R = 36.4%
G = 36.61%
B = 26.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AEAF81 (or 0xAEAF81) is known color: Locust. HEX triplet: AE, AF and 81. RGB value is (174,175,129). Sum of RGB (Red+Green+Blue) = 174+175+129=478 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.40% from 478); Green value is 175 (68.75% from 255 or 36.61% from 478); Blue value is 129 (50.78% from 255 or 26.99% from 478); Max value from RGB is 175 - color contains mainly: green. Hex color #AEAF81 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AEAF81 is #51507E. Grayscale: #A9A9A9. Windows color (decimal): -5329023 or 8499118. OLE color: 8499118.

HSL color Cylindrical-coordinate representation of color #AEAF81: hue angle of 61.3º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AEAF81 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 174 175 129 -
CMYK 0.01 0 0.26 0.31
HSL 61.3º 0.22% 0.6% -
HSV(B) 61.3º 0.26% 0.69% -
XYZ 36.75 41.24 26.79 -
YUV 169.46 105.17 131.24 -
System Red Green Blue C M Y K H S L
Decimal 174 175 129 0.01 0 0.26 0.31 61.3 0.22 0.6
Hex AE AF 81 1 0 1A 1F 3D 16 3C
Octal 256 257 201 1 0 32 37 75 26 74
Binary 10101110 10101111 10000001 1 0 11010 11111 111101 10110 111100

Color Harmonies of #AEAF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEAF81

Black with #AEAF81

Text Example


Text Example

White with #AEAF81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEAF81; }

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

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

background-color css

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

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

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

border-color css

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

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

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