Html Css Color HEX #AD8C7F Brandy Rose

📋 copy color: '#AD8C7F'

red 173 ◦ green 140 ◦ blue 127

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

Shades of Brandy Rose #AD8C7F

Tints of Brandy Rose #AD8C7F

RGB

 RED value IS 173 (67.97% from 255) = 39.32%

 GREEN value IS 140 (55.08% from 255) = 31.82%

 BLUE value IS 127 (50% from 255) = 28.86%

R = 39.32%
G = 31.82%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD8C7F (or 0xAD8C7F) is known color: Brandy Rose. HEX triplet: AD, 8C and 7F. RGB value is (173,140,127). Sum of RGB (Red+Green+Blue) = 173+140+127=440 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.32% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8C7F is #527380. Grayscale: #949494. Windows color (decimal): -5403521 or 8359085. OLE color: 8359085.

HSL color Cylindrical-coordinate representation of color #AD8C7F: hue angle of 16.96º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AD8C7F is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 140 127 -
CMYK 0 0.19 0.27 0.32
HSL 16.96º 0.22% 0.59% -
HSV(B) 16.96º 0.27% 0.68% -
XYZ 30.44 29.17 24.11 -
YUV 148.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 173 140 127 0 0.19 0.27 0.32 16.96 0.22 0.59
Hex AD 8C 7F 0 13 1B 20 11 16 3B
Octal 255 214 177 0 23 33 40 21 26 73
Binary 10101101 10001100 1111111 0 10011 11011 100000 10001 10110 111011

Color Harmonies of #AD8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8C7F

Black with #AD8C7F

Text Example


Text Example

White with #AD8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8C7F; }

 p { color: rgb(173,140,127); }

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

background-color css

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

 a { background-color: rgb(173,140,127); }

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

border-color css

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

 span { border-color: rgb(173,140,127); }

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