Html Css Color HEX #A4ACB4 Grey Chateau

📋 copy color: '#A4ACB4'

red 164 ◦ green 172 ◦ blue 180

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

Shades of Grey Chateau #A4ACB4

Tints of Grey Chateau #A4ACB4

RGB

 RED value IS 164 (64.45% from 255) = 31.78%

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 180 (70.7% from 255) = 34.88%

R = 31.78%
G = 33.33%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A4ACB4 (or 0xA4ACB4) is known color: Grey Chateau. HEX triplet: A4, AC and B4. RGB value is (164,172,180). Sum of RGB (Red+Green+Blue) = 164+172+180=516 (68% of max value = 765). Red value is 164 (64.45% from 255 or 31.78% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 180 (70.70% from 255 or 34.88% from 516); Max value from RGB is 180 - color contains mainly: blue. Hex color #A4ACB4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4ACB4 is #5B534B. Grayscale: #AAAAAA. Windows color (decimal): -5985100 or 11840676. OLE color: 11840676.

HSL color Cylindrical-coordinate representation of color #A4ACB4: hue angle of 210º degrees, saturation: 0.1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #A4ACB4 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 164 172 180 -
CMYK 0.09 0.04 0 0.29
HSL 210º 0.1% 0.67% -
HSV(B) 210º 0.09% 0.71% -
XYZ 38.3 40.69 49.02 -
YUV 170.52 133.35 123.35 -
System Red Green Blue C M Y K H S L
Decimal 164 172 180 0.09 0.04 0 0.29 210 0.1 0.67
Hex A4 AC B4 9 4 0 1D D2 A 43
Octal 244 254 264 11 4 0 35 322 12 103
Binary 10100100 10101100 10110100 1001 100 0 11101 11010010 1010 1000011

Color Harmonies of #A4ACB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4ACB4

Black with #A4ACB4

Text Example


Text Example

White with #A4ACB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4ACB4; }

 p { color: rgb(164,172,180); }

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

background-color css

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

 a { background-color: rgb(164,172,180); }

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

border-color css

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

 span { border-color: rgb(164,172,180); }

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