Html Css Color HEX #AD7E7A Brandy Rose

📋 copy color: '#AD7E7A'

red 173 ◦ green 126 ◦ blue 122

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

Shades of Brandy Rose #AD7E7A

Tints of Brandy Rose #AD7E7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 28.98%

R = 41.09%
G = 29.93%
B = 28.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD7E7A (or 0xAD7E7A) is known color: Brandy Rose. HEX triplet: AD, 7E and 7A. RGB value is (173,126,122). Sum of RGB (Red+Green+Blue) = 173+126+122=421 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.09% from 421); Green value is 126 (49.61% from 255 or 29.93% from 421); Blue value is 122 (48.05% from 255 or 28.98% from 421); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7E7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7E7A is #528185. Grayscale: #8B8B8B. Windows color (decimal): -5407110 or 8027821. OLE color: 8027821.

HSL color Cylindrical-coordinate representation of color #AD7E7A: hue angle of 4.71º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AD7E7A is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 126 122 -
CMYK 0 0.27 0.29 0.32
HSL 4.71º 0.24% 0.58% -
HSV(B) 4.71º 0.29% 0.68% -
XYZ 28.21 25.21 21.79 -
YUV 139.6 118.07 151.83 -
System Red Green Blue C M Y K H S L
Decimal 173 126 122 0 0.27 0.29 0.32 4.71 0.24 0.58
Hex AD 7E 7A 0 1B 1D 20 5 18 3A
Octal 255 176 172 0 33 35 40 5 30 72
Binary 10101101 1111110 1111010 0 11011 11101 100000 101 11000 111010

Color Harmonies of #AD7E7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7E7A

Black with #AD7E7A

Text Example


Text Example

White with #AD7E7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7E7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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