Html Css Color HEX #ACA067 Gimblet

📋 copy color: '#ACA067'

red 172 ◦ green 160 ◦ blue 103

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

Shades of Gimblet #ACA067

Tints of Gimblet #ACA067

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.78%

 BLUE value IS 103 (40.63% from 255) = 23.68%

R = 39.54%
G = 36.78%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#ACA067 (or 0xACA067) is known color: Gimblet. HEX triplet: AC, A0 and 67. RGB value is (172,160,103). Sum of RGB (Red+Green+Blue) = 172+160+103=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 160 (62.89% from 255 or 36.78% from 435); Blue value is 103 (40.62% from 255 or 23.68% from 435); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA067 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #ACA067 is #535F98. Grayscale: #9D9D9D. Windows color (decimal): -5463961 or 6791340. OLE color: 6791340.

HSL color Cylindrical-coordinate representation of color #ACA067: hue angle of 49.57º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #ACA067 is Cyan = 0, Magento = 0.07, Yellow = 0.40 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 160 103 -
CMYK 0 0.07 0.40 0.33
HSL 49.57º 0.29% 0.54% -
HSV(B) 49.57º 0.4% 0.67% -
XYZ 32.03 34.89 17.88 -
YUV 157.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 172 160 103 0 0.07 0.40 0.33 49.57 0.29 0.54
Hex AC A0 67 0 7 28 21 32 1D 36
Octal 254 240 147 0 7 50 41 62 35 66
Binary 10101100 10100000 1100111 0 111 101000 100001 110010 11101 110110

Color Harmonies of #ACA067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA067

Black with #ACA067

Text Example


Text Example

White with #ACA067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA067; }

 p { color: rgb(172,160,103); }

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

background-color css

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

 a { background-color: rgb(172,160,103); }

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

border-color css

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

 span { border-color: rgb(172,160,103); }

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