Html Css Color HEX #A7867A Brandy Rose

📋 copy color: '#A7867A'

red 167 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #A7867A

Tints of Brandy Rose #A7867A

RGB

 RED value IS 167 (65.63% from 255) = 39.48%

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

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

R = 39.48%
G = 31.68%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A7867A (or 0xA7867A) is known color: Brandy Rose. HEX triplet: A7, 86 and 7A. RGB value is (167,134,122). Sum of RGB (Red+Green+Blue) = 167+134+122=423 (56% of max value = 765). Red value is 167 (65.62% from 255 or 39.48% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 122 (48.05% from 255 or 28.84% from 423); Max value from RGB is 167 - color contains mainly: red. Hex color #A7867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A7867A is #587985. Grayscale: #8E8E8E. Windows color (decimal): -5798278 or 8029863. OLE color: 8029863.

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

Color convert

RGB 167 134 122 -
CMYK 0 0.20 0.27 0.35
HSL 16º 0.2% 0.57% -
HSV(B) 16º 0.27% 0.65% -
XYZ 27.97 26.67 22.09 -
YUV 142.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 167 134 122 0 0.20 0.27 0.35 16 0.2 0.57
Hex A7 86 7A 0 14 1B 23 10 14 39
Octal 247 206 172 0 24 33 43 20 24 71
Binary 10100111 10000110 1111010 0 10100 11011 100011 10000 10100 111001

Color Harmonies of #A7867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7867A

Black with #A7867A

Text Example


Text Example

White with #A7867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7867A; }

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

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

background-color css

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

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

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

border-color css

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

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

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