Html Css Color HEX #AD8377 Brandy Rose

📋 copy color: '#AD8377'

red 173 ◦ green 131 ◦ blue 119

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

Shades of Brandy Rose #AD8377

Tints of Brandy Rose #AD8377

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.97%

 BLUE value IS 119 (46.88% from 255) = 28.13%

R = 40.9%
G = 30.97%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.31

 K value IS 0.32

RGB Variations

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

Color information

#AD8377 (or 0xAD8377) is known color: Brandy Rose. HEX triplet: AD, 83 and 77. RGB value is (173,131,119). Sum of RGB (Red+Green+Blue) = 173+131+119=423 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.90% from 423); Green value is 131 (51.56% from 255 or 30.97% from 423); Blue value is 119 (46.88% from 255 or 28.13% from 423); Max value from RGB is 173 - color contains mainly: red. Hex color #AD8377 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD8377 is #527C88. Grayscale: #8E8E8E. Windows color (decimal): -5405833 or 7832493. OLE color: 7832493.

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

Color convert

RGB 173 131 119 -
CMYK 0 0.24 0.31 0.32
HSL 13.33º 0.25% 0.57% -
HSV(B) 13.33º 0.31% 0.68% -
XYZ 28.68 26.45 21.05 -
YUV 142.19 114.91 149.98 -
System Red Green Blue C M Y K H S L
Decimal 173 131 119 0 0.24 0.31 0.32 13.33 0.25 0.57
Hex AD 83 77 0 18 1F 20 D 19 39
Octal 255 203 167 0 30 37 40 15 31 71
Binary 10101101 10000011 1110111 0 11000 11111 100000 1101 11001 111001

Color Harmonies of #AD8377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD8377

Black with #AD8377

Text Example


Text Example

White with #AD8377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD8377; }

 p { color: rgb(173,131,119); }

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

background-color css

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

 a { background-color: rgb(173,131,119); }

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

border-color css

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

 span { border-color: rgb(173,131,119); }

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