Html Css Color HEX #A78680 Brandy Rose

📋 copy color: '#A78680'

red 167 ◦ green 134 ◦ blue 128

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

Shades of Brandy Rose #A78680

Tints of Brandy Rose #A78680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.84%

R = 38.93%
G = 31.24%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A78680 (or 0xA78680) is known color: Brandy Rose. HEX triplet: A7, 86 and 80. RGB value is (167,134,128). Sum of RGB (Red+Green+Blue) = 167+134+128=429 (56% of max value = 765). Red value is 167 (65.62% from 255 or 38.93% from 429); Green value is 134 (52.73% from 255 or 31.24% from 429); Blue value is 128 (50.39% from 255 or 29.84% from 429); Max value from RGB is 167 - color contains mainly: red. Hex color #A78680 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A78680 is #58797F. Grayscale: #8F8F8F. Windows color (decimal): -5798272 or 8423079. OLE color: 8423079.

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

Color convert

RGB 167 134 128 -
CMYK 0 0.20 0.23 0.35
HSL 9.23º 0.18% 0.58% -
HSV(B) 9.23º 0.23% 0.65% -
XYZ 28.36 26.82 24.11 -
YUV 143.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 167 134 128 0 0.20 0.23 0.35 9.23 0.18 0.58
Hex A7 86 80 0 14 17 23 9 12 3A
Octal 247 206 200 0 24 27 43 11 22 72
Binary 10100111 10000110 10000000 0 10100 10111 100011 1001 10010 111010

Color Harmonies of #A78680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A78680

Black with #A78680

Text Example


Text Example

White with #A78680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A78680; }

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

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

background-color css

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

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

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

border-color css

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

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

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