Html Css Color HEX #AD867A Brandy Rose

📋 copy color: '#AD867A'

red 173 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #AD867A

Tints of Brandy Rose #AD867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.24%

 BLUE value IS 122 (48.05% from 255) = 28.44%

R = 40.33%
G = 31.24%
B = 28.44%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AD867A (or 0xAD867A) is known color: Brandy Rose. HEX triplet: AD, 86 and 7A. RGB value is (173,134,122). Sum of RGB (Red+Green+Blue) = 173+134+122=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AD867A is #527985. Grayscale: #909090. Windows color (decimal): -5405062 or 8029869. OLE color: 8029869.

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

Color convert

RGB 173 134 122 -
CMYK 0 0.23 0.29 0.32
HSL 14.12º 0.24% 0.58% -
HSV(B) 14.12º 0.29% 0.68% -
XYZ 29.27 27.34 22.15 -
YUV 144.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 173 134 122 0 0.23 0.29 0.32 14.12 0.24 0.58
Hex AD 86 7A 0 17 1D 20 E 18 3A
Octal 255 206 172 0 27 35 40 16 30 72
Binary 10101101 10000110 1111010 0 10111 11101 100000 1110 11000 111010

Color Harmonies of #AD867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD867A

Black with #AD867A

Text Example


Text Example

White with #AD867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD867A; }

 p { color: rgb(173,134,122); }

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

background-color css

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

 a { background-color: rgb(173,134,122); }

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

border-color css

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

 span { border-color: rgb(173,134,122); }

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