Html Css Color HEX #AEB275 Locust

📋 copy color: '#AEB275'

red 174 ◦ green 178 ◦ blue 117

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

Shades of Locust #AEB275

Tints of Locust #AEB275

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.95%

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 37.1%
G = 37.95%
B = 24.95%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#AEB275 (or 0xAEB275) is known color: Locust. HEX triplet: AE, B2 and 75. RGB value is (174,178,117). Sum of RGB (Red+Green+Blue) = 174+178+117=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 178 (69.92% from 255 or 37.95% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 178 - color contains mainly: green. Hex color #AEB275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB275 is #514D8A. Grayscale: #AAAAAA. Windows color (decimal): -5328267 or 7713454. OLE color: 7713454.

HSL color Cylindrical-coordinate representation of color #AEB275: hue angle of 63.93º degrees, saturation: 0.28, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AEB275 is Cyan = 0.02, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.30.

Color convert

RGB 174 178 117 -
CMYK 0.02 0 0.34 0.30
HSL 63.93º 0.28% 0.58% -
HSV(B) 63.93º 0.34% 0.7% -
XYZ 36.59 42.12 23.03 -
YUV 169.85 98.17 130.96 -
System Red Green Blue C M Y K H S L
Decimal 174 178 117 0.02 0 0.34 0.30 63.93 0.28 0.58
Hex AE B2 75 2 0 22 1E 40 1C 3A
Octal 256 262 165 2 0 42 36 100 34 72
Binary 10101110 10110010 1110101 10 0 100010 11110 1000000 11100 111010

Color Harmonies of #AEB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB275

Black with #AEB275

Text Example


Text Example

White with #AEB275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB275; }

 p { color: rgb(174,178,117); }

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

background-color css

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

 a { background-color: rgb(174,178,117); }

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

border-color css

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

 span { border-color: rgb(174,178,117); }

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