Html Css Color HEX #AFB27C Locust

📋 copy color: '#AFB27C'

red 175 ◦ green 178 ◦ blue 124

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

Shades of Locust #AFB27C

Tints of Locust #AFB27C

RGB

 RED value IS 175 (68.75% from 255) = 36.69%

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

 BLUE value IS 124 (48.83% from 255) = 26%

R = 36.69%
G = 37.32%
B = 26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#AFB27C (or 0xAFB27C) is known color: Locust. HEX triplet: AF, B2 and 7C. RGB value is (175,178,124). Sum of RGB (Red+Green+Blue) = 175+178+124=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 178 (69.92% from 255 or 37.32% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB27C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB27C is #504D83. Grayscale: #ABABAB. Windows color (decimal): -5262724 or 8172207. OLE color: 8172207.

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

Color convert

RGB 175 178 124 -
CMYK 0.02 0 0.30 0.30
HSL 63.33º 0.26% 0.59% -
HSV(B) 63.33º 0.3% 0.7% -
XYZ 37.24 42.41 25.29 -
YUV 170.95 101.51 130.89 -
System Red Green Blue C M Y K H S L
Decimal 175 178 124 0.02 0 0.30 0.30 63.33 0.26 0.59
Hex AF B2 7C 2 0 1E 1E 3F 1A 3B
Octal 257 262 174 2 0 36 36 77 32 73
Binary 10101111 10110010 1111100 10 0 11110 11110 111111 11010 111011

Color Harmonies of #AFB27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB27C

Black with #AFB27C

Text Example


Text Example

White with #AFB27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB27C; }

 p { color: rgb(175,178,124); }

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

background-color css

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

 a { background-color: rgb(175,178,124); }

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

border-color css

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

 span { border-color: rgb(175,178,124); }

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