Html Css Color HEX #AD8575 Brandy Rose

📋 copy color: '#AD8575'

red 173 ◦ green 133 ◦ blue 117

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

Shades of Brandy Rose #AD8575

Tints of Brandy Rose #AD8575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.44%

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

R = 40.9%
G = 31.44%
B = 27.66%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8575 (or 0xAD8575) is known color: Brandy Rose. HEX triplet: AD, 85 and 75. RGB value is (173,133,117). Sum of RGB (Red+Green+Blue) = 173+133+117=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 133 (52.34% from 255 or 31.44% from 423); Blue value is 117 (46.09% from 255 or 27.66% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8575 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8575 is #527A8A. Grayscale: #8F8F8F. Windows color (decimal): -5405323 or 7701933. OLE color: 7701933.

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

Color convert

RGB 173 133 117 -
CMYK 0 0.23 0.32 0.32
HSL 17.14º 0.25% 0.57% -
HSV(B) 17.14º 0.32% 0.68% -
XYZ 28.83 26.94 20.51 -
YUV 143.14 113.25 149.3 -
System Red Green Blue C M Y K H S L
Decimal 173 133 117 0 0.23 0.32 0.32 17.14 0.25 0.57
Hex AD 85 75 0 17 20 20 11 19 39
Octal 255 205 165 0 27 40 40 21 31 71
Binary 10101101 10000101 1110101 0 10111 100000 100000 10001 11001 111001

Color Harmonies of #AD8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8575

Black with #AD8575

Text Example


Text Example

White with #AD8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8575; }

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

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

background-color css

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

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

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

border-color css

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

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

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