Html Css Color HEX #AD807F Brandy Rose

📋 copy color: '#AD807F'

red 173 ◦ green 128 ◦ blue 127

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

Shades of Brandy Rose #AD807F

Tints of Brandy Rose #AD807F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 29.91%

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

R = 40.42%
G = 29.91%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD807F (or 0xAD807F) is known color: Brandy Rose. HEX triplet: AD, 80 and 7F. RGB value is (173,128,127). Sum of RGB (Red+Green+Blue) = 173+128+127=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 128 (50.39% from 255 or 29.91% from 428); Blue value is 127 (50% from 255 or 29.67% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD807F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD807F is #527F80. Grayscale: #8D8D8D. Windows color (decimal): -5406593 or 8356013. OLE color: 8356013.

HSL color Cylindrical-coordinate representation of color #AD807F: hue angle of 1.3º 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 #AD807F is Cyan = 0, Magento = 0.26, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 128 127 -
CMYK 0 0.26 0.27 0.32
HSL 1.3º 0.22% 0.59% -
HSV(B) 1.3º 0.27% 0.68% -
XYZ 28.78 25.85 23.55 -
YUV 141.34 119.91 150.58 -
System Red Green Blue C M Y K H S L
Decimal 173 128 127 0 0.26 0.27 0.32 1.3 0.22 0.59
Hex AD 80 7F 0 1A 1B 20 1 16 3B
Octal 255 200 177 0 32 33 40 1 26 73
Binary 10101101 10000000 1111111 0 11010 11011 100000 1 10110 111011

Color Harmonies of #AD807F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD807F

Black with #AD807F

Text Example


Text Example

White with #AD807F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD807F; }

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

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

background-color css

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

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

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

border-color css

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

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

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