Html Css Color HEX #ACA298 Cloudy

📋 copy color: '#ACA298'

red 172 ◦ green 162 ◦ blue 152

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

Shades of Cloudy #ACA298

Tints of Cloudy #ACA298

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 31.28%

R = 35.39%
G = 33.33%
B = 31.28%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#ACA298 (or 0xACA298) is known color: Cloudy. HEX triplet: AC, A2 and 98. RGB value is (172,162,152). Sum of RGB (Red+Green+Blue) = 172+162+152=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 162 (63.67% from 255 or 33.33% from 486); Blue value is 152 (59.77% from 255 or 31.28% from 486); Max value from RGB is 172 - color contains mainly: red. Hex color #ACA298 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ACA298 is #535D67. Grayscale: #A3A3A3. Windows color (decimal): -5463400 or 10003116. OLE color: 10003116.

HSL color Cylindrical-coordinate representation of color #ACA298: hue angle of 30º degrees, saturation: 0.11, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACA298 is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 162 152 -
CMYK 0 0.06 0.12 0.33
HSL 30º 0.11% 0.64% -
HSV(B) 30º 0.12% 0.67% -
XYZ 35.6 36.88 34.95 -
YUV 163.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 172 162 152 0 0.06 0.12 0.33 30 0.11 0.64
Hex AC A2 98 0 6 C 21 1E B 40
Octal 254 242 230 0 6 14 41 36 13 100
Binary 10101100 10100010 10011000 0 110 1100 100001 11110 1011 1000000

Color Harmonies of #ACA298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACA298

Black with #ACA298

Text Example


Text Example

White with #ACA298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACA298; }

 p { color: rgb(172,162,152); }

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

background-color css

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

 a { background-color: rgb(172,162,152); }

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

border-color css

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

 span { border-color: rgb(172,162,152); }

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