#D7AC7A

Color #D7AC7A Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #D7AC7A

Tints of Calico #D7AC7A

Color information

#D7AC7A (or 0xD7AC7A) is unknown color: approx Calico. HEX triplet: D7, AC and 7A. RGB value is (215,172,122). Sum of RGB (Red+Green+Blue) = 215+172+122=509 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.24% from 509); Green value is 172 (67.58% from 255 or 33.79% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AC7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AC7A is #285385. Grayscale: #B3B3B3. Windows color (decimal): -2642822 or 8039639. OLE color: 8039639.

HSL color Cylindrical-coordinate representation of color #D7AC7A: hue angle of 32.26º degrees, saturation: 0.54, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7AC7A is Cyan = 0, Magento = 0.2, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB215172122-
CMYK00.20.430.16
HSL32.26º53.76%66.08%-
HSV(B)32.26º43.26%84.31%-
XYZ46.2945.3624.73-
YUV179.1695.75153.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 42.24%
GREEN value IS 172 (67.58% from 255) = 33.79%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=42.24%
G=33.79%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517212200.20.430.1632.2653.7666.08
HexD7AC7A0142B10203642
Octal32725417202453204066102
Binary11010111101011001111010010100101011100001000001101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AC7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AC7A; }

 p { color: rgb(215,172,122); }

 H1.HeaderClassName
 {
   color: #D7AC7A;
 }
 .AnyTagClassName
 {
   color: #D7AC7A;
 }
</style>
background-color css

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

 a { background-color: rgb(215,172,122); }

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

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

 span { border-color: rgb(215,172,122); }

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