Html Css Color HEX #AFB07D Locust

📋 copy color: '#AFB07D'

red 175 ◦ green 176 ◦ blue 125

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

Shades of Locust #AFB07D

Tints of Locust #AFB07D

RGB

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

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

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

R = 36.76%
G = 36.97%
B = 26.26%

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

#AFB07D (or 0xAFB07D) is known color: Locust. HEX triplet: AF, B0 and 7D. RGB value is (175,176,125). Sum of RGB (Red+Green+Blue) = 175+176+125=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 176 (69.14% from 255 or 36.97% from 476); Blue value is 125 (49.22% from 255 or 26.26% from 476); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB07D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AFB07D is #504F82. Grayscale: #AAAAAA. Windows color (decimal): -5263235 or 8237231. OLE color: 8237231.

HSL color Cylindrical-coordinate representation of color #AFB07D: hue angle of 61.18º 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 #AFB07D is Cyan = 0.01, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 125 -
CMYK 0.01 0 0.29 0.31
HSL 61.18º 0.24% 0.59% -
HSV(B) 61.18º 0.29% 0.69% -
XYZ 36.91 41.65 25.5 -
YUV 169.89 102.67 131.65 -
System Red Green Blue C M Y K H S L
Decimal 175 176 125 0.01 0 0.29 0.31 61.18 0.24 0.59
Hex AF B0 7D 1 0 1D 1F 3D 18 3B
Octal 257 260 175 1 0 35 37 75 30 73
Binary 10101111 10110000 1111101 1 0 11101 11111 111101 11000 111011

Color Harmonies of #AFB07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB07D

Black with #AFB07D

Text Example


Text Example

White with #AFB07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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