Html Css Color HEX #AD7C75 Brandy Rose

📋 copy color: '#AD7C75'

red 173 ◦ green 124 ◦ blue 117

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

Shades of Brandy Rose #AD7C75

Tints of Brandy Rose #AD7C75

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.95%

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

R = 41.79%
G = 29.95%
B = 28.26%

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

#AD7C75 (or 0xAD7C75) is known color: Brandy Rose. HEX triplet: AD, 7C and 75. RGB value is (173,124,117). Sum of RGB (Red+Green+Blue) = 173+124+117=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 124 (48.83% from 255 or 29.95% from 414); Blue value is 117 (46.09% from 255 or 28.26% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7C75 is #52838A. Grayscale: #898989. Windows color (decimal): -5407627 or 7699629. OLE color: 7699629.

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

Color convert

RGB 173 124 117 -
CMYK 0 0.28 0.32 0.32
HSL 7.5º 0.25% 0.57% -
HSV(B) 7.5º 0.32% 0.68% -
XYZ 27.65 24.58 20.12 -
YUV 137.85 116.23 153.07 -
System Red Green Blue C M Y K H S L
Decimal 173 124 117 0 0.28 0.32 0.32 7.5 0.25 0.57
Hex AD 7C 75 0 1C 20 20 8 19 39
Octal 255 174 165 0 34 40 40 10 31 71
Binary 10101101 1111100 1110101 0 11100 100000 100000 1000 11001 111001

Color Harmonies of #AD7C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7C75

Black with #AD7C75

Text Example


Text Example

White with #AD7C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7C75; }

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

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

background-color css

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

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

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

border-color css

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

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

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