Html Css Color HEX #AD8B7E Brandy Rose

📋 copy color: '#AD8B7E'

red 173 ◦ green 139 ◦ blue 126

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

Shades of Brandy Rose #AD8B7E

Tints of Brandy Rose #AD8B7E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.74%

 BLUE value IS 126 (49.61% from 255) = 28.77%

R = 39.5%
G = 31.74%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#AD8B7E (or 0xAD8B7E) is known color: Brandy Rose. HEX triplet: AD, 8B and 7E. RGB value is (173,139,126). Sum of RGB (Red+Green+Blue) = 173+139+126=438 (58% of max value = 765). Red value is 173 (67.97% from 255 or 39.50% from 438); Green value is 139 (54.69% from 255 or 31.74% from 438); Blue value is 126 (49.61% from 255 or 28.77% from 438); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8B7E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8B7E is #527481. Grayscale: #939393. Windows color (decimal): -5403778 or 8293293. OLE color: 8293293.

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

Color convert

RGB 173 139 126 -
CMYK 0 0.20 0.27 0.32
HSL 16.6º 0.22% 0.59% -
HSV(B) 16.6º 0.27% 0.68% -
XYZ 30.23 28.86 23.71 -
YUV 147.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 173 139 126 0 0.20 0.27 0.32 16.6 0.22 0.59
Hex AD 8B 7E 0 14 1B 20 11 16 3B
Octal 255 213 176 0 24 33 40 21 26 73
Binary 10101101 10001011 1111110 0 10100 11011 100000 10001 10110 111011

Color Harmonies of #AD8B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8B7E

Black with #AD8B7E

Text Example


Text Example

White with #AD8B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8B7E; }

 p { color: rgb(173,139,126); }

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

background-color css

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

 a { background-color: rgb(173,139,126); }

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

border-color css

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

 span { border-color: rgb(173,139,126); }

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