Html Css Color HEX #A68883 Brandy Rose

📋 copy color: '#A68883'

red 166 ◦ green 136 ◦ blue 131

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

Shades of Brandy Rose #A68883

Tints of Brandy Rose #A68883

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 131 (51.56% from 255) = 30.25%

R = 38.34%
G = 31.41%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A68883 (or 0xA68883) is known color: Brandy Rose. HEX triplet: A6, 88 and 83. RGB value is (166,136,131). Sum of RGB (Red+Green+Blue) = 166+136+131=433 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.34% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 131 (51.56% from 255 or 30.25% from 433); Max value from RGB is 166 - color contains mainly: red. Hex color #A68883 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A68883 is #59777C. Grayscale: #909090. Windows color (decimal): -5863293 or 8620198. OLE color: 8620198.

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

Color convert

RGB 166 136 131 -
CMYK 0 0.18 0.21 0.35
HSL 8.57º 0.16% 0.58% -
HSV(B) 8.57º 0.21% 0.65% -
XYZ 28.63 27.35 25.24 -
YUV 144.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 166 136 131 0 0.18 0.21 0.35 8.57 0.16 0.58
Hex A6 88 83 0 12 15 23 9 10 3A
Octal 246 210 203 0 22 25 43 11 20 72
Binary 10100110 10001000 10000011 0 10010 10101 100011 1001 10000 111010

Color Harmonies of #A68883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A68883

Black with #A68883

Text Example


Text Example

White with #A68883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A68883; }

 p { color: rgb(166,136,131); }

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

background-color css

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

 a { background-color: rgb(166,136,131); }

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

border-color css

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

 span { border-color: rgb(166,136,131); }

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