Html Css Color HEX #AD7E7E Brandy Rose

📋 copy color: '#AD7E7E'

red 173 ◦ green 126 ◦ blue 126

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

Shades of Brandy Rose #AD7E7E

Tints of Brandy Rose #AD7E7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.65%

R = 40.71%
G = 29.65%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD7E7E (or 0xAD7E7E) is known color: Brandy Rose. HEX triplet: AD, 7E and 7E. RGB value is (173,126,126). Sum of RGB (Red+Green+Blue) = 173+126+126=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 126 (49.61% from 255 or 29.65% from 425); Blue value is 126 (49.61% from 255 or 29.65% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E7E is #528181. Grayscale: #8C8C8C. Windows color (decimal): -5407106 or 8289965. OLE color: 8289965.

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

Color convert

RGB 173 126 126 -
CMYK 0 0.27 0.27 0.32
HSL 0.22% 0.59% -
HSV(B) 0.27% 0.68% -
XYZ 28.46 25.31 23.12 -
YUV 140.05 120.07 151.5 -
System Red Green Blue C M Y K H S L
Decimal 173 126 126 0 0.27 0.27 0.32 0 0.22 0.59
Hex AD 7E 7E 0 1B 1B 20 0 16 3B
Octal 255 176 176 0 33 33 40 0 26 73
Binary 10101101 1111110 1111110 0 11011 11011 100000 0 10110 111011

Color Harmonies of #AD7E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E7E

Black with #AD7E7E

Text Example


Text Example

White with #AD7E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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