Html Css Color HEX #AD8781 Brandy Rose

📋 copy color: '#AD8781'

red 173 ◦ green 135 ◦ blue 129

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

Shades of Brandy Rose #AD8781

Tints of Brandy Rose #AD8781

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.52%

R = 39.59%
G = 30.89%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD8781 (or 0xAD8781) is known color: Brandy Rose. HEX triplet: AD, 87 and 81. RGB value is (173,135,129). Sum of RGB (Red+Green+Blue) = 173+135+129=437 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.59% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 129 (50.78% from 255 or 29.52% from 437); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AD8781 is #52787E. Grayscale: #919191. Windows color (decimal): -5404799 or 8488877. OLE color: 8488877.

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

Color convert

RGB 173 135 129 -
CMYK 0 0.22 0.25 0.32
HSL 8.18º 0.21% 0.59% -
HSV(B) 8.18º 0.25% 0.68% -
XYZ 29.86 27.8 24.56 -
YUV 145.68 118.59 147.49 -
System Red Green Blue C M Y K H S L
Decimal 173 135 129 0 0.22 0.25 0.32 8.18 0.21 0.59
Hex AD 87 81 0 16 19 20 8 15 3B
Octal 255 207 201 0 26 31 40 10 25 73
Binary 10101101 10000111 10000001 0 10110 11001 100000 1000 10101 111011

Color Harmonies of #AD8781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8781

Black with #AD8781

Text Example


Text Example

White with #AD8781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8781; }

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

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

background-color css

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

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

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

border-color css

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

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

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