Html Css Color HEX #AD887B Brandy Rose

📋 copy color: '#AD887B'

red 173 ◦ green 136 ◦ blue 123

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

Shades of Brandy Rose #AD887B

Tints of Brandy Rose #AD887B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.48%

 BLUE value IS 123 (48.44% from 255) = 28.47%

R = 40.05%
G = 31.48%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD887B (or 0xAD887B) is known color: Brandy Rose. HEX triplet: AD, 88 and 7B. RGB value is (173,136,123). Sum of RGB (Red+Green+Blue) = 173+136+123=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 136 (53.52% from 255 or 31.48% from 432); Blue value is 123 (48.44% from 255 or 28.47% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD887B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD887B is #527784. Grayscale: #919191. Windows color (decimal): -5404549 or 8095917. OLE color: 8095917.

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

Color convert

RGB 173 136 123 -
CMYK 0 0.21 0.29 0.32
HSL 15.6º 0.23% 0.58% -
HSV(B) 15.6º 0.29% 0.68% -
XYZ 29.61 27.92 22.57 -
YUV 145.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 173 136 123 0 0.21 0.29 0.32 15.6 0.23 0.58
Hex AD 88 7B 0 15 1D 20 10 17 3A
Octal 255 210 173 0 25 35 40 20 27 72
Binary 10101101 10001000 1111011 0 10101 11101 100000 10000 10111 111010

Color Harmonies of #AD887B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD887B

Black with #AD887B

Text Example


Text Example

White with #AD887B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD887B; }

 p { color: rgb(173,136,123); }

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

background-color css

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

 a { background-color: rgb(173,136,123); }

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

border-color css

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

 span { border-color: rgb(173,136,123); }

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