Html Css Color HEX #AEB07D Locust

📋 copy color: '#AEB07D'

red 174 ◦ green 176 ◦ blue 125

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

Shades of Locust #AEB07D

Tints of Locust #AEB07D

RGB

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

 GREEN value IS 176 (69.14% from 255) = 37.05%

 BLUE value IS 125 (49.22% from 255) = 26.32%

R = 36.63%
G = 37.05%
B = 26.32%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AEB07D (or 0xAEB07D) is known color: Locust. HEX triplet: AE, B0 and 7D. RGB value is (174,176,125). Sum of RGB (Red+Green+Blue) = 174+176+125=475 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.63% from 475); Green value is 176 (69.14% from 255 or 37.05% from 475); Blue value is 125 (49.22% from 255 or 26.32% from 475); Max value from RGB is 176 - color contains mainly: green. Hex color #AEB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AEB07D is #514F82. Grayscale: #A9A9A9. Windows color (decimal): -5328771 or 8237230. OLE color: 8237230.

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

Color convert

RGB 174 176 125 -
CMYK 0.01 0 0.29 0.31
HSL 62.35º 0.24% 0.59% -
HSV(B) 62.35º 0.29% 0.69% -
XYZ 36.68 41.53 25.48 -
YUV 169.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 174 176 125 0.01 0 0.29 0.31 62.35 0.24 0.59
Hex AE B0 7D 1 0 1D 1F 3E 18 3B
Octal 256 260 175 1 0 35 37 76 30 73
Binary 10101110 10110000 1111101 1 0 11101 11111 111110 11000 111011

Color Harmonies of #AEB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AEB07D

Black with #AEB07D

Text Example


Text Example

White with #AEB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AEB07D; }

 p { color: rgb(174,176,125); }

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

background-color css

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

 a { background-color: rgb(174,176,125); }

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

border-color css

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

 span { border-color: rgb(174,176,125); }

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