Html Css Color HEX #ACAB6D Gimblet

📋 copy color: '#ACAB6D'

red 172 ◦ green 171 ◦ blue 109

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

Shades of Gimblet #ACAB6D

Tints of Gimblet #ACAB6D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.83%

 BLUE value IS 109 (42.97% from 255) = 24.12%

R = 38.05%
G = 37.83%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#ACAB6D (or 0xACAB6D) is known color: Gimblet. HEX triplet: AC, AB and 6D. RGB value is (172,171,109). Sum of RGB (Red+Green+Blue) = 172+171+109=452 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.05% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 172 - color contains mainly: red. Hex color #ACAB6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACAB6D is #535492. Grayscale: #A4A4A4. Windows color (decimal): -5461139 or 7187372. OLE color: 7187372.

HSL color Cylindrical-coordinate representation of color #ACAB6D: hue angle of 59.05º degrees, saturation: 0.28, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #ACAB6D is Cyan = 0, Magento = 0.01, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 171 109 -
CMYK 0 0.01 0.37 0.33
HSL 59.05º 0.28% 0.55% -
HSV(B) 59.05º 0.37% 0.67% -
XYZ 34.34 39 20.19 -
YUV 164.23 96.83 133.54 -
System Red Green Blue C M Y K H S L
Decimal 172 171 109 0 0.01 0.37 0.33 59.05 0.28 0.55
Hex AC AB 6D 0 1 25 21 3B 1C 37
Octal 254 253 155 0 1 45 41 73 34 67
Binary 10101100 10101011 1101101 0 1 100101 100001 111011 11100 110111

Color Harmonies of #ACAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACAB6D

Black with #ACAB6D

Text Example


Text Example

White with #ACAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACAB6D; }

 p { color: rgb(172,171,109); }

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

background-color css

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

 a { background-color: rgb(172,171,109); }

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

border-color css

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

 span { border-color: rgb(172,171,109); }

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