Html Css Color HEX #A68078 Brandy Rose

📋 copy color: '#A68078'

red 166 ◦ green 128 ◦ blue 120

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

Shades of Brandy Rose #A68078

Tints of Brandy Rose #A68078

RGB

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

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

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

R = 40.1%
G = 30.92%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.28

 K value IS 0.35

RGB Variations

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

Color information

#A68078 (or 0xA68078) is known color: Brandy Rose. HEX triplet: A6, 80 and 78. RGB value is (166,128,120). Sum of RGB (Red+Green+Blue) = 166+128+120=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 120 (47.27% from 255 or 28.99% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A68078 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A68078 is #597F87. Grayscale: #8A8A8A. Windows color (decimal): -5865352 or 7897254. OLE color: 7897254.

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

Color convert

RGB 166 128 120 -
CMYK 0 0.23 0.28 0.35
HSL 10.43º 0.21% 0.56% -
HSV(B) 10.43º 0.28% 0.65% -
XYZ 26.84 24.9 21.16 -
YUV 138.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 166 128 120 0 0.23 0.28 0.35 10.43 0.21 0.56
Hex A6 80 78 0 17 1C 23 A 15 38
Octal 246 200 170 0 27 34 43 12 25 70
Binary 10100110 10000000 1111000 0 10111 11100 100011 1010 10101 111000

Color Harmonies of #A68078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68078

Black with #A68078

Text Example


Text Example

White with #A68078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68078; }

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

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

background-color css

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

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

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

border-color css

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

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

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