Html Css Color HEX #AD8170 Brandy Rose

📋 copy color: '#AD8170'

red 173 ◦ green 129 ◦ blue 112

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

Shades of Brandy Rose #AD8170

Tints of Brandy Rose #AD8170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 112 (44.14% from 255) = 27.05%

R = 41.79%
G = 31.16%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.35

 K value IS 0.32

RGB Variations

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

Color information

#AD8170 (or 0xAD8170) is known color: Brandy Rose. HEX triplet: AD, 81 and 70. RGB value is (173,129,112). Sum of RGB (Red+Green+Blue) = 173+129+112=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 112 (44.14% from 255 or 27.05% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8170 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8170 is #527E8F. Grayscale: #8C8C8C. Windows color (decimal): -5406352 or 7373229. OLE color: 7373229.

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

Color convert

RGB 173 129 112 -
CMYK 0 0.25 0.35 0.32
HSL 16.72º 0.27% 0.56% -
HSV(B) 16.72º 0.35% 0.68% -
XYZ 28.01 25.75 18.82 -
YUV 140.22 112.08 151.38 -
System Red Green Blue C M Y K H S L
Decimal 173 129 112 0 0.25 0.35 0.32 16.72 0.27 0.56
Hex AD 81 70 0 19 23 20 11 1B 38
Octal 255 201 160 0 31 43 40 21 33 70
Binary 10101101 10000001 1110000 0 11001 100011 100000 10001 11011 111000

Color Harmonies of #AD8170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8170

Black with #AD8170

Text Example


Text Example

White with #AD8170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8170; }

 p { color: rgb(173,129,112); }

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

background-color css

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

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

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

border-color css

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

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

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