Html Css Color HEX #ACB27E Locust

📋 copy color: '#ACB27E'

red 172 ◦ green 178 ◦ blue 126

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

Shades of Locust #ACB27E

Tints of Locust #ACB27E

RGB

 RED value IS 172 (67.58% from 255) = 36.13%

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

 BLUE value IS 126 (49.61% from 255) = 26.47%

R = 36.13%
G = 37.39%
B = 26.47%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.30

RGB Variations

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

Color information

#ACB27E (or 0xACB27E) is known color: Locust. HEX triplet: AC, B2 and 7E. RGB value is (172,178,126). Sum of RGB (Red+Green+Blue) = 172+178+126=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 126 (49.61% from 255 or 26.47% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #ACB27E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACB27E is #534D81. Grayscale: #AAAAAA. Windows color (decimal): -5459330 or 8303276. OLE color: 8303276.

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

Color convert

RGB 172 178 126 -
CMYK 0.03 0 0.29 0.30
HSL 66.92º 0.25% 0.6% -
HSV(B) 66.92º 0.29% 0.7% -
XYZ 36.7 42.12 25.93 -
YUV 170.28 103.01 129.23 -
System Red Green Blue C M Y K H S L
Decimal 172 178 126 0.03 0 0.29 0.30 66.92 0.25 0.6
Hex AC B2 7E 3 0 1D 1E 43 19 3C
Octal 254 262 176 3 0 35 36 103 31 74
Binary 10101100 10110010 1111110 11 0 11101 11110 1000011 11001 111100

Color Harmonies of #ACB27E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB27E

Black with #ACB27E

Text Example


Text Example

White with #ACB27E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB27E; }

 p { color: rgb(172,178,126); }

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

background-color css

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

 a { background-color: rgb(172,178,126); }

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

border-color css

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

 span { border-color: rgb(172,178,126); }

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