Html Css Color HEX #AD7B78 Brandy Rose

📋 copy color: '#AD7B78'

red 173 ◦ green 123 ◦ blue 120

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

Shades of Brandy Rose #AD7B78

Tints of Brandy Rose #AD7B78

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.57%

 BLUE value IS 120 (47.27% from 255) = 28.85%

R = 41.59%
G = 29.57%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD7B78 (or 0xAD7B78) is known color: Brandy Rose. HEX triplet: AD, 7B and 78. RGB value is (173,123,120). Sum of RGB (Red+Green+Blue) = 173+123+120=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 120 (47.27% from 255 or 28.85% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7B78 is #528487. Grayscale: #898989. Windows color (decimal): -5407880 or 7895981. OLE color: 7895981.

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

Color convert

RGB 173 123 120 -
CMYK 0 0.29 0.31 0.32
HSL 3.4º 0.24% 0.57% -
HSV(B) 3.4º 0.31% 0.68% -
XYZ 27.71 24.41 21.02 -
YUV 137.61 118.07 153.24 -
System Red Green Blue C M Y K H S L
Decimal 173 123 120 0 0.29 0.31 0.32 3.4 0.24 0.57
Hex AD 7B 78 0 1D 1F 20 3 18 39
Octal 255 173 170 0 35 37 40 3 30 71
Binary 10101101 1111011 1111000 0 11101 11111 100000 11 11000 111001

Color Harmonies of #AD7B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7B78

Black with #AD7B78

Text Example


Text Example

White with #AD7B78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7B78; }

 p { color: rgb(173,123,120); }

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

background-color css

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

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

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

border-color css

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

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

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