Html Css Color HEX #AD7F6E Brandy Rose

📋 copy color: '#AD7F6E'

red 173 ◦ green 127 ◦ blue 110

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

Shades of Brandy Rose #AD7F6E

Tints of Brandy Rose #AD7F6E

RGB

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

 GREEN value IS 127 (50% from 255) = 30.98%

 BLUE value IS 110 (43.36% from 255) = 26.83%

R = 42.2%
G = 30.98%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD7F6E (or 0xAD7F6E) is known color: Brandy Rose. HEX triplet: AD, 7F and 6E. RGB value is (173,127,110). Sum of RGB (Red+Green+Blue) = 173+127+110=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 127 (50% from 255 or 30.98% from 410); Blue value is 110 (43.36% from 255 or 26.83% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F6E is #528091. Grayscale: #8A8A8A. Windows color (decimal): -5406866 or 7241645. OLE color: 7241645.

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

Color convert

RGB 173 127 110 -
CMYK 0 0.27 0.36 0.32
HSL 16.19º 0.28% 0.55% -
HSV(B) 16.19º 0.36% 0.68% -
XYZ 27.64 25.19 18.16 -
YUV 138.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 173 127 110 0 0.27 0.36 0.32 16.19 0.28 0.55
Hex AD 7F 6E 0 1B 24 20 10 1C 37
Octal 255 177 156 0 33 44 40 20 34 67
Binary 10101101 1111111 1101110 0 11011 100100 100000 10000 11100 110111

Color Harmonies of #AD7F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F6E

Black with #AD7F6E

Text Example


Text Example

White with #AD7F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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