Html Css Color HEX #A4867F Brandy Rose

📋 copy color: '#A4867F'

red 164 ◦ green 134 ◦ blue 127

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

Shades of Brandy Rose #A4867F

Tints of Brandy Rose #A4867F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 29.88%

R = 38.59%
G = 31.53%
B = 29.88%

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

#A4867F (or 0xA4867F) is known color: Brandy Rose. HEX triplet: A4, 86 and 7F. RGB value is (164,134,127). Sum of RGB (Red+Green+Blue) = 164+134+127=425 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.59% from 425); Green value is 134 (52.73% from 255 or 31.53% from 425); Blue value is 127 (50% from 255 or 29.88% from 425); Max value from RGB is 164 - color contains mainly: red. Hex color #A4867F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A4867F is #5B7980. Grayscale: #8E8E8E. Windows color (decimal): -5994881 or 8357540. OLE color: 8357540.

HSL color Cylindrical-coordinate representation of color #A4867F: hue angle of 11.35º 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 #A4867F is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 134 127 -
CMYK 0 0.18 0.23 0.36
HSL 11.35º 0.17% 0.57% -
HSV(B) 11.35º 0.23% 0.64% -
XYZ 27.67 26.48 23.73 -
YUV 142.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 164 134 127 0 0.18 0.23 0.36 11.35 0.17 0.57
Hex A4 86 7F 0 12 17 24 B 11 39
Octal 244 206 177 0 22 27 44 13 21 71
Binary 10100100 10000110 1111111 0 10010 10111 100100 1011 10001 111001

Color Harmonies of #A4867F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4867F

Black with #A4867F

Text Example


Text Example

White with #A4867F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4867F; }

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

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

background-color css

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

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

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

border-color css

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

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

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