Html Css Color HEX #D7AB5E Apache

📋 copy color: '#D7AB5E'

red 215 ◦ green 171 ◦ blue 94

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

Shades of Apache #D7AB5E

Tints of Apache #D7AB5E

RGB

 RED value IS 215 (84.38% from 255) = 44.79%

 GREEN value IS 171 (67.19% from 255) = 35.63%

 BLUE value IS 94 (37.11% from 255) = 19.58%

R = 44.79%
G = 35.63%
B = 19.58%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D7AB5E (or 0xD7AB5E) is known color: Apache. HEX triplet: D7, AB and 5E. RGB value is (215,171,94). Sum of RGB (Red+Green+Blue) = 215+171+94=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 94 (37.11% from 255 or 19.58% from 480); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AB5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AB5E is #2854A1. Grayscale: #AFAFAF. Windows color (decimal): -2643106 or 6204375. OLE color: 6204375.

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

Color convert

RGB 215 171 94 -
CMYK 0 0.20 0.56 0.16
HSL 38.18º 0.6% 0.61% -
HSV(B) 38.18º 0.56% 0.84% -
XYZ 44.61 44.38 16.81 -
YUV 175.38 82.08 156.26 -
System Red Green Blue C M Y K H S L
Decimal 215 171 94 0 0.20 0.56 0.16 38.18 0.6 0.61
Hex D7 AB 5E 0 14 38 10 26 3C 3D
Octal 327 253 136 0 24 70 20 46 74 75
Binary 11010111 10101011 1011110 0 10100 111000 10000 100110 111100 111101

Color Harmonies of #D7AB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7AB5E

Black with #D7AB5E

Text Example


Text Example

White with #D7AB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7AB5E; }

 p { color: rgb(215,171,94); }

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

background-color css

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

 a { background-color: rgb(215,171,94); }

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

border-color css

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

 span { border-color: rgb(215,171,94); }

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