Html Css Color HEX #A8867D Brandy Rose

📋 copy color: '#A8867D'

red 168 ◦ green 134 ◦ blue 125

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

Shades of Brandy Rose #A8867D

Tints of Brandy Rose #A8867D

RGB

 RED value IS 168 (66.02% from 255) = 39.34%

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

 BLUE value IS 125 (49.22% from 255) = 29.27%

R = 39.34%
G = 31.38%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.34

RGB Variations

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

Color information

#A8867D (or 0xA8867D) is known color: Brandy Rose. HEX triplet: A8, 86 and 7D. RGB value is (168,134,125). Sum of RGB (Red+Green+Blue) = 168+134+125=427 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.34% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 125 (49.22% from 255 or 29.27% from 427); Max value from RGB is 168 - color contains mainly: red. Hex color #A8867D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A8867D is #577982. Grayscale: #8F8F8F. Windows color (decimal): -5732739 or 8226472. OLE color: 8226472.

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

Color convert

RGB 168 134 125 -
CMYK 0 0.20 0.26 0.34
HSL 12.56º 0.2% 0.57% -
HSV(B) 12.56º 0.26% 0.66% -
XYZ 28.38 26.86 23.09 -
YUV 143.14 117.76 145.73 -
System Red Green Blue C M Y K H S L
Decimal 168 134 125 0 0.20 0.26 0.34 12.56 0.2 0.57
Hex A8 86 7D 0 14 1A 22 D 14 39
Octal 250 206 175 0 24 32 42 15 24 71
Binary 10101000 10000110 1111101 0 10100 11010 100010 1101 10100 111001

Color Harmonies of #A8867D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8867D

Black with #A8867D

Text Example


Text Example

White with #A8867D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8867D; }

 p { color: rgb(168,134,125); }

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

background-color css

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

 a { background-color: rgb(168,134,125); }

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

border-color css

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

 span { border-color: rgb(168,134,125); }

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