Html Css Color HEX #A68079 Brandy Rose

📋 copy color: '#A68079'

red 166 ◦ green 128 ◦ blue 121

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

Shades of Brandy Rose #A68079

Tints of Brandy Rose #A68079

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

 BLUE value IS 121 (47.66% from 255) = 29.16%

R = 40%
G = 30.84%
B = 29.16%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A68079 (or 0xA68079) is known color: Brandy Rose. HEX triplet: A6, 80 and 79. RGB value is (166,128,121). Sum of RGB (Red+Green+Blue) = 166+128+121=415 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 121 (47.66% from 255 or 29.16% from 415); Max value from RGB is 166 - color contains mainly: red. Hex color #A68079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68079 is #597F86. Grayscale: #8A8A8A. Windows color (decimal): -5865351 or 7962790. OLE color: 7962790.

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

Color convert

RGB 166 128 121 -
CMYK 0 0.23 0.27 0.35
HSL 9.33º 0.2% 0.56% -
HSV(B) 9.33º 0.27% 0.65% -
XYZ 26.9 24.93 21.48 -
YUV 138.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 166 128 121 0 0.23 0.27 0.35 9.33 0.2 0.56
Hex A6 80 79 0 17 1B 23 9 14 38
Octal 246 200 171 0 27 33 43 11 24 70
Binary 10100110 10000000 1111001 0 10111 11011 100011 1001 10100 111000

Color Harmonies of #A68079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68079

Black with #A68079

Text Example


Text Example

White with #A68079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68079; }

 p { color: rgb(166,128,121); }

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

background-color css

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

 a { background-color: rgb(166,128,121); }

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

border-color css

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

 span { border-color: rgb(166,128,121); }

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