Html Css Color HEX #AD7D75 Brandy Rose

📋 copy color: '#AD7D75'

red 173 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #AD7D75

Tints of Brandy Rose #AD7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.12%

 BLUE value IS 117 (46.09% from 255) = 28.19%

R = 41.69%
G = 30.12%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7D75 (or 0xAD7D75) is known color: Brandy Rose. HEX triplet: AD, 7D and 75. RGB value is (173,125,117). Sum of RGB (Red+Green+Blue) = 173+125+117=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 125 (49.22% from 255 or 30.12% from 415); Blue value is 117 (46.09% from 255 or 28.19% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7D75 is #52828A. Grayscale: #8A8A8A. Windows color (decimal): -5407371 or 7699885. OLE color: 7699885.

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

Color convert

RGB 173 125 117 -
CMYK 0 0.28 0.32 0.32
HSL 8.57º 0.25% 0.57% -
HSV(B) 8.57º 0.32% 0.68% -
XYZ 27.78 24.84 20.16 -
YUV 138.44 115.9 152.65 -
System Red Green Blue C M Y K H S L
Decimal 173 125 117 0 0.28 0.32 0.32 8.57 0.25 0.57
Hex AD 7D 75 0 1C 20 20 9 19 39
Octal 255 175 165 0 34 40 40 11 31 71
Binary 10101101 1111101 1110101 0 11100 100000 100000 1001 11001 111001

Color Harmonies of #AD7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7D75

Black with #AD7D75

Text Example


Text Example

White with #AD7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7D75; }

 p { color: rgb(173,125,117); }

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

background-color css

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

 a { background-color: rgb(173,125,117); }

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

border-color css

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

 span { border-color: rgb(173,125,117); }

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