Html Css Color HEX #AD7F75 Brandy Rose

📋 copy color: '#AD7F75'

red 173 ◦ green 127 ◦ blue 117

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

Shades of Brandy Rose #AD7F75

Tints of Brandy Rose #AD7F75

RGB

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

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

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

R = 41.49%
G = 30.46%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD7F75 (or 0xAD7F75) is known color: Brandy Rose. HEX triplet: AD, 7F and 75. RGB value is (173,127,117). Sum of RGB (Red+Green+Blue) = 173+127+117=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 127 (50% from 255 or 30.46% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7F75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7F75 is #52808A. Grayscale: #8B8B8B. Windows color (decimal): -5406859 or 7700397. OLE color: 7700397.

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

Color convert

RGB 173 127 117 -
CMYK 0 0.27 0.32 0.32
HSL 10.71º 0.25% 0.57% -
HSV(B) 10.71º 0.32% 0.68% -
XYZ 28.03 25.35 20.24 -
YUV 139.61 115.24 151.81 -
System Red Green Blue C M Y K H S L
Decimal 173 127 117 0 0.27 0.32 0.32 10.71 0.25 0.57
Hex AD 7F 75 0 1B 20 20 B 19 39
Octal 255 177 165 0 33 40 40 13 31 71
Binary 10101101 1111111 1110101 0 11011 100000 100000 1011 11001 111001

Color Harmonies of #AD7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7F75

Black with #AD7F75

Text Example


Text Example

White with #AD7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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