Html Css Color HEX #AD8A7B Brandy Rose

📋 copy color: '#AD8A7B'

red 173 ◦ green 138 ◦ blue 123

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

Shades of Brandy Rose #AD8A7B

Tints of Brandy Rose #AD8A7B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.8%

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

R = 39.86%
G = 31.8%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD8A7B (or 0xAD8A7B) is known color: Brandy Rose. HEX triplet: AD, 8A and 7B. RGB value is (173,138,123). Sum of RGB (Red+Green+Blue) = 173+138+123=434 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.86% from 434); Green value is 138 (54.30% from 255 or 31.80% from 434); Blue value is 123 (48.44% from 255 or 28.34% from 434); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8A7B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8A7B is #527584. Grayscale: #929292. Windows color (decimal): -5404037 or 8096429. OLE color: 8096429.

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

Color convert

RGB 173 138 123 -
CMYK 0 0.20 0.29 0.32
HSL 18º 0.23% 0.58% -
HSV(B) 18º 0.29% 0.68% -
XYZ 29.9 28.49 22.66 -
YUV 146.76 114.6 146.72 -
System Red Green Blue C M Y K H S L
Decimal 173 138 123 0 0.20 0.29 0.32 18 0.23 0.58
Hex AD 8A 7B 0 14 1D 20 12 17 3A
Octal 255 212 173 0 24 35 40 22 27 72
Binary 10101101 10001010 1111011 0 10100 11101 100000 10010 10111 111010

Color Harmonies of #AD8A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8A7B

Black with #AD8A7B

Text Example


Text Example

White with #AD8A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8A7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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