Html Css Color HEX #A88983 Brandy Rose

📋 copy color: '#A88983'

red 168 ◦ green 137 ◦ blue 131

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

Shades of Brandy Rose #A88983

Tints of Brandy Rose #A88983

RGB

 RED value IS 168 (66.02% from 255) = 38.53%

 GREEN value IS 137 (53.91% from 255) = 31.42%

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

R = 38.53%
G = 31.42%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#A88983 (or 0xA88983) is known color: Brandy Rose. HEX triplet: A8, 89 and 83. RGB value is (168,137,131). Sum of RGB (Red+Green+Blue) = 168+137+131=436 (57% of max value = 765). Red value is 168 (66.02% from 255 or 38.53% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 131 (51.56% from 255 or 30.05% from 436); Max value from RGB is 168 - color contains mainly: red. Hex color #A88983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A88983 is #57767C. Grayscale: #919191. Windows color (decimal): -5731965 or 8620456. OLE color: 8620456.

HSL color Cylindrical-coordinate representation of color #A88983: hue angle of 9.73º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A88983 is Cyan = 0, Magento = 0.18, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 137 131 -
CMYK 0 0.18 0.22 0.34
HSL 9.73º 0.18% 0.59% -
HSV(B) 9.73º 0.22% 0.66% -
XYZ 29.19 27.85 25.31 -
YUV 145.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 168 137 131 0 0.18 0.22 0.34 9.73 0.18 0.59
Hex A8 89 83 0 12 16 22 A 12 3B
Octal 250 211 203 0 22 26 42 12 22 73
Binary 10101000 10001001 10000011 0 10010 10110 100010 1010 10010 111011

Color Harmonies of #A88983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A88983

Black with #A88983

Text Example


Text Example

White with #A88983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A88983; }

 p { color: rgb(168,137,131); }

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

background-color css

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

 a { background-color: rgb(168,137,131); }

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

border-color css

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

 span { border-color: rgb(168,137,131); }

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