Html Css Color HEX #AFB07A Locust

📋 copy color: '#AFB07A'

red 175 ◦ green 176 ◦ blue 122

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

Shades of Locust #AFB07A

Tints of Locust #AFB07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.79%

R = 37%
G = 37.21%
B = 25.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AFB07A (or 0xAFB07A) is known color: Locust. HEX triplet: AF, B0 and 7A. RGB value is (175,176,122). Sum of RGB (Red+Green+Blue) = 175+176+122=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 176 (69.14% from 255 or 37.21% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07A is #504F85. Grayscale: #A9A9A9. Windows color (decimal): -5263238 or 8040623. OLE color: 8040623.

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

Color convert

RGB 175 176 122 -
CMYK 0.01 0 0.31 0.31
HSL 61.11º 0.25% 0.58% -
HSV(B) 61.11º 0.31% 0.69% -
XYZ 36.72 41.57 24.5 -
YUV 169.55 101.17 131.89 -
System Red Green Blue C M Y K H S L
Decimal 175 176 122 0.01 0 0.31 0.31 61.11 0.25 0.58
Hex AF B0 7A 1 0 1F 1F 3D 19 3A
Octal 257 260 172 1 0 37 37 75 31 72
Binary 10101111 10110000 1111010 1 0 11111 11111 111101 11001 111010

Color Harmonies of #AFB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB07A

Black with #AFB07A

Text Example


Text Example

White with #AFB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB07A; }

 p { color: rgb(175,176,122); }

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

background-color css

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

 a { background-color: rgb(175,176,122); }

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

border-color css

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

 span { border-color: rgb(175,176,122); }

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