Html Css Color HEX #A9867B Brandy Rose

📋 copy color: '#A9867B'

red 169 ◦ green 134 ◦ blue 123

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

Shades of Brandy Rose #A9867B

Tints of Brandy Rose #A9867B

RGB

 RED value IS 169 (66.41% from 255) = 39.67%

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

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

R = 39.67%
G = 31.46%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.34

RGB Variations

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

Color information

#A9867B (or 0xA9867B) is known color: Brandy Rose. HEX triplet: A9, 86 and 7B. RGB value is (169,134,123). Sum of RGB (Red+Green+Blue) = 169+134+123=426 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.67% from 426); Green value is 134 (52.73% from 255 or 31.46% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 169 - color contains mainly: red. Hex color #A9867B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A9867B is #567984. Grayscale: #8F8F8F. Windows color (decimal): -5667205 or 8095401. OLE color: 8095401.

HSL color Cylindrical-coordinate representation of color #A9867B: hue angle of 14.35º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A9867B is Cyan = 0, Magento = 0.21, Yellow = 0.27 and Black (K on CMYK) = 0.34.

Color convert

RGB 169 134 123 -
CMYK 0 0.21 0.27 0.34
HSL 14.35º 0.21% 0.57% -
HSV(B) 14.35º 0.27% 0.66% -
XYZ 28.46 26.92 22.43 -
YUV 143.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 169 134 123 0 0.21 0.27 0.34 14.35 0.21 0.57
Hex A9 86 7B 0 15 1B 22 E 15 39
Octal 251 206 173 0 25 33 42 16 25 71
Binary 10101001 10000110 1111011 0 10101 11011 100010 1110 10101 111001

Color Harmonies of #A9867B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A9867B

Black with #A9867B

Text Example


Text Example

White with #A9867B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A9867B; }

 p { color: rgb(169,134,123); }

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

background-color css

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

 a { background-color: rgb(169,134,123); }

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

border-color css

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

 span { border-color: rgb(169,134,123); }

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