Html Css Color HEX #A4867E Brandy Rose

📋 copy color: '#A4867E'

red 164 ◦ green 134 ◦ blue 126

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

Shades of Brandy Rose #A4867E

Tints of Brandy Rose #A4867E

RGB

 RED value IS 164 (64.45% from 255) = 38.68%

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

 BLUE value IS 126 (49.61% from 255) = 29.72%

R = 38.68%
G = 31.6%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#A4867E (or 0xA4867E) is known color: Brandy Rose. HEX triplet: A4, 86 and 7E. RGB value is (164,134,126). Sum of RGB (Red+Green+Blue) = 164+134+126=424 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.68% from 424); Green value is 134 (52.73% from 255 or 31.60% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 164 - color contains mainly: red. Hex color #A4867E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4867E is #5B7981. Grayscale: #8E8E8E. Windows color (decimal): -5994882 or 8292004. OLE color: 8292004.

HSL color Cylindrical-coordinate representation of color #A4867E: hue angle of 12.63º degrees, saturation: 0.17, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A4867E is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 126 -
CMYK 0 0.18 0.23 0.36
HSL 12.63º 0.17% 0.57% -
HSV(B) 12.63º 0.23% 0.64% -
XYZ 27.6 26.45 23.39 -
YUV 142.06 118.94 143.65 -
System Red Green Blue C M Y K H S L
Decimal 164 134 126 0 0.18 0.23 0.36 12.63 0.17 0.57
Hex A4 86 7E 0 12 17 24 D 11 39
Octal 244 206 176 0 22 27 44 15 21 71
Binary 10100100 10000110 1111110 0 10010 10111 100100 1101 10001 111001

Color Harmonies of #A4867E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4867E

Black with #A4867E

Text Example


Text Example

White with #A4867E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4867E; }

 p { color: rgb(164,134,126); }

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

background-color css

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

 a { background-color: rgb(164,134,126); }

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

border-color css

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

 span { border-color: rgb(164,134,126); }

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