Html Css Color HEX #AD8775 Brandy Rose

📋 copy color: '#AD8775'

red 173 ◦ green 135 ◦ blue 117

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

Shades of Brandy Rose #AD8775

Tints of Brandy Rose #AD8775

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.76%

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

R = 40.71%
G = 31.76%
B = 27.53%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#AD8775 (or 0xAD8775) is known color: Brandy Rose. HEX triplet: AD, 87 and 75. RGB value is (173,135,117). Sum of RGB (Red+Green+Blue) = 173+135+117=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 135 (53.12% from 255 or 31.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8775 is #52788A. Grayscale: #909090. Windows color (decimal): -5404811 or 7702445. OLE color: 7702445.

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

Color convert

RGB 173 135 117 -
CMYK 0 0.22 0.32 0.32
HSL 19.29º 0.25% 0.57% -
HSV(B) 19.29º 0.32% 0.68% -
XYZ 29.11 27.5 20.6 -
YUV 144.31 112.59 148.46 -
System Red Green Blue C M Y K H S L
Decimal 173 135 117 0 0.22 0.32 0.32 19.29 0.25 0.57
Hex AD 87 75 0 16 20 20 13 19 39
Octal 255 207 165 0 26 40 40 23 31 71
Binary 10101101 10000111 1110101 0 10110 100000 100000 10011 11001 111001

Color Harmonies of #AD8775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8775

Black with #AD8775

Text Example


Text Example

White with #AD8775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8775; }

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

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

background-color css

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

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

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

border-color css

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

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

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