Html Css Color HEX #A67E78 Brandy Rose

📋 copy color: '#A67E78'

red 166 ◦ green 126 ◦ blue 120

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

Shades of Brandy Rose #A67E78

Tints of Brandy Rose #A67E78

RGB

 RED value IS 166 (65.23% from 255) = 40.29%

 GREEN value IS 126 (49.61% from 255) = 30.58%

 BLUE value IS 120 (47.27% from 255) = 29.13%

R = 40.29%
G = 30.58%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A67E78 (or 0xA67E78) is known color: Brandy Rose. HEX triplet: A6, 7E and 78. RGB value is (166,126,120). Sum of RGB (Red+Green+Blue) = 166+126+120=412 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.29% from 412); Green value is 126 (49.61% from 255 or 30.58% from 412); Blue value is 120 (47.27% from 255 or 29.13% from 412); Max value from RGB is 166 - color contains mainly: red. Hex color #A67E78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A67E78 is #598187. Grayscale: #898989. Windows color (decimal): -5865864 or 7896742. OLE color: 7896742.

HSL color Cylindrical-coordinate representation of color #A67E78: hue angle of 7.83º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67E78 is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 126 120 -
CMYK 0 0.24 0.28 0.35
HSL 7.83º 0.21% 0.56% -
HSV(B) 7.83º 0.28% 0.65% -
XYZ 26.58 24.38 21.08 -
YUV 137.28 118.25 148.49 -
System Red Green Blue C M Y K H S L
Decimal 166 126 120 0 0.24 0.28 0.35 7.83 0.21 0.56
Hex A6 7E 78 0 18 1C 23 8 15 38
Octal 246 176 170 0 30 34 43 10 25 70
Binary 10100110 1111110 1111000 0 11000 11100 100011 1000 10101 111000

Color Harmonies of #A67E78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67E78

Black with #A67E78

Text Example


Text Example

White with #A67E78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67E78; }

 p { color: rgb(166,126,120); }

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

background-color css

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

 a { background-color: rgb(166,126,120); }

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

border-color css

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

 span { border-color: rgb(166,126,120); }

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