Html Css Color HEX #AFB27F Locust

📋 copy color: '#AFB27F'

red 175 ◦ green 178 ◦ blue 127

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

Shades of Locust #AFB27F

Tints of Locust #AFB27F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.46%

R = 36.46%
G = 37.08%
B = 26.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#AFB27F (or 0xAFB27F) is known color: Locust. HEX triplet: AF, B2 and 7F. RGB value is (175,178,127). Sum of RGB (Red+Green+Blue) = 175+178+127=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 178 (69.92% from 255 or 37.08% from 480); Blue value is 127 (50% from 255 or 26.46% from 480); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB27F is #504D80. Grayscale: #ABABAB. Windows color (decimal): -5262721 or 8368815. OLE color: 8368815.

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

Color convert

RGB 175 178 127 -
CMYK 0.02 0 0.29 0.30
HSL 63.53º 0.25% 0.6% -
HSV(B) 63.53º 0.29% 0.7% -
XYZ 37.43 42.49 26.31 -
YUV 171.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 175 178 127 0.02 0 0.29 0.30 63.53 0.25 0.6
Hex AF B2 7F 2 0 1D 1E 40 19 3C
Octal 257 262 177 2 0 35 36 100 31 74
Binary 10101111 10110010 1111111 10 0 11101 11110 1000000 11001 111100

Color Harmonies of #AFB27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB27F

Black with #AFB27F

Text Example


Text Example

White with #AFB27F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB27F; }

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

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

background-color css

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

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

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

border-color css

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

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

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