Html Css Color HEX #AD806F Brandy Rose

📋 copy color: '#AD806F'

red 173 ◦ green 128 ◦ blue 111

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

Shades of Brandy Rose #AD806F

Tints of Brandy Rose #AD806F

RGB

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

 GREEN value IS 128 (50.39% from 255) = 31.07%

 BLUE value IS 111 (43.75% from 255) = 26.94%

R = 41.99%
G = 31.07%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.36

 K value IS 0.32

RGB Variations

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

Color information

#AD806F (or 0xAD806F) is known color: Brandy Rose. HEX triplet: AD, 80 and 6F. RGB value is (173,128,111). Sum of RGB (Red+Green+Blue) = 173+128+111=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 128 (50.39% from 255 or 31.07% from 412); Blue value is 111 (43.75% from 255 or 26.94% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD806F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD806F is #527F90. Grayscale: #8B8B8B. Windows color (decimal): -5406609 or 7307437. OLE color: 7307437.

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

Color convert

RGB 173 128 111 -
CMYK 0 0.26 0.36 0.32
HSL 16.45º 0.27% 0.56% -
HSV(B) 16.45º 0.36% 0.68% -
XYZ 27.82 25.47 18.49 -
YUV 139.52 111.91 151.88 -
System Red Green Blue C M Y K H S L
Decimal 173 128 111 0 0.26 0.36 0.32 16.45 0.27 0.56
Hex AD 80 6F 0 1A 24 20 10 1B 38
Octal 255 200 157 0 32 44 40 20 33 70
Binary 10101101 10000000 1101111 0 11010 100100 100000 10000 11011 111000

Color Harmonies of #AD806F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD806F

Black with #AD806F

Text Example


Text Example

White with #AD806F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD806F; }

 p { color: rgb(173,128,111); }

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

background-color css

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

 a { background-color: rgb(173,128,111); }

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

border-color css

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

 span { border-color: rgb(173,128,111); }

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