#D5AE5E

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

Shades of Apache #D5AE5E

Tints of Apache #D5AE5E

Color information

#D5AE5E (or 0xD5AE5E) is unknown color: approx Apache. HEX triplet: D5, AE and 5E. RGB value is (213,174,94). Sum of RGB (Red+Green+Blue) = 213+174+94=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 94 (37.11% from 255 or 19.54% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AE5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5AE5E is #2A51A1. Grayscale: #B0B0B0. Windows color (decimal): -2773410 or 6205141. OLE color: 6205141.

HSL color Cylindrical-coordinate representation of color #D5AE5E: hue angle of 40.34º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5AE5E is Cyan = 0, Magento = 0.18, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB21317494-
CMYK00.180.560.16
HSL40.34º58.62%60.2%-
HSV(B)40.34º55.87%83.53%-
XYZ44.645.2316.97-
YUV176.5481.42154-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.28%
GREEN value IS 174 (68.36% from 255) = 36.17%
BLUE value IS 94 (37.11% from 255) = 19.54%
R=44.28%
G=36.17%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131749400.180.560.1640.3458.6260.2
HexD5AE5E0123810283b3c
Octal3252561360227020507374
Binary1101010110101110101111001001011100010000101000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AE5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AE5E; }

 p { color: rgb(213,174,94); }

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

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

 a { background-color: rgb(213,174,94); }

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

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

 span { border-color: rgb(213,174,94); }

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