Html Css Color HEX #AD8475 Brandy Rose

📋 copy color: '#AD8475'

red 173 ◦ green 132 ◦ blue 117

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

Shades of Brandy Rose #AD8475

Tints of Brandy Rose #AD8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.28%

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

R = 41%
G = 31.28%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8475 (or 0xAD8475) is known color: Brandy Rose. HEX triplet: AD, 84 and 75. RGB value is (173,132,117). Sum of RGB (Red+Green+Blue) = 173+132+117=422 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.00% from 422); Green value is 132 (51.95% from 255 or 31.28% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8475 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8475 is #527B8A. Grayscale: #8E8E8E. Windows color (decimal): -5405579 or 7701677. OLE color: 7701677.

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

Color convert

RGB 173 132 117 -
CMYK 0 0.24 0.32 0.32
HSL 16.07º 0.25% 0.57% -
HSV(B) 16.07º 0.32% 0.68% -
XYZ 28.7 26.67 20.47 -
YUV 142.55 113.58 149.72 -
System Red Green Blue C M Y K H S L
Decimal 173 132 117 0 0.24 0.32 0.32 16.07 0.25 0.57
Hex AD 84 75 0 18 20 20 10 19 39
Octal 255 204 165 0 30 40 40 20 31 71
Binary 10101101 10000100 1110101 0 11000 100000 100000 10000 11001 111001

Color Harmonies of #AD8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8475

Black with #AD8475

Text Example


Text Example

White with #AD8475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8475; }

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

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

background-color css

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

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

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

border-color css

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

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

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