Html Css Color HEX #AD7E75 Brandy Rose

📋 copy color: '#AD7E75'

red 173 ◦ green 126 ◦ blue 117

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

Shades of Brandy Rose #AD7E75

Tints of Brandy Rose #AD7E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 30.29%

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

R = 41.59%
G = 30.29%
B = 28.13%

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

#AD7E75 (or 0xAD7E75) is known color: Brandy Rose. HEX triplet: AD, 7E and 75. RGB value is (173,126,117). Sum of RGB (Red+Green+Blue) = 173+126+117=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 126 (49.61% from 255 or 30.29% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E75 is #52818A. Grayscale: #8B8B8B. Windows color (decimal): -5407115 or 7700141. OLE color: 7700141.

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

Color convert

RGB 173 126 117 -
CMYK 0 0.27 0.32 0.32
HSL 9.64º 0.25% 0.57% -
HSV(B) 9.64º 0.32% 0.68% -
XYZ 27.91 25.09 20.2 -
YUV 139.03 115.57 152.23 -
System Red Green Blue C M Y K H S L
Decimal 173 126 117 0 0.27 0.32 0.32 9.64 0.25 0.57
Hex AD 7E 75 0 1B 20 20 A 19 39
Octal 255 176 165 0 33 40 40 12 31 71
Binary 10101101 1111110 1110101 0 11011 100000 100000 1010 11001 111001

Color Harmonies of #AD7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E75

Black with #AD7E75

Text Example


Text Example

White with #AD7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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