Html Css Color HEX #A28983 Brandy Rose

📋 copy color: '#A28983'

red 162 ◦ green 137 ◦ blue 131

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

Shades of Brandy Rose #A28983

Tints of Brandy Rose #A28983

RGB

 RED value IS 162 (63.67% from 255) = 37.67%

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

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

R = 37.67%
G = 31.86%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A28983 (or 0xA28983) is known color: Brandy Rose. HEX triplet: A2, 89 and 83. RGB value is (162,137,131). Sum of RGB (Red+Green+Blue) = 162+137+131=430 (56% of max value = 765). Red value is 162 (63.67% from 255 or 37.67% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 131 (51.56% from 255 or 30.47% from 430); Max value from RGB is 162 - color contains mainly: red. Hex color #A28983 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A28983 is #5D767C. Grayscale: #8F8F8F. Windows color (decimal): -6125181 or 8620450. OLE color: 8620450.

HSL color Cylindrical-coordinate representation of color #A28983: hue angle of 11.61º degrees, saturation: 0.14, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A28983 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 137 131 -
CMYK 0 0.15 0.19 0.36
HSL 11.61º 0.14% 0.57% -
HSV(B) 11.61º 0.19% 0.64% -
XYZ 27.94 27.21 25.25 -
YUV 143.79 120.78 140.99 -
System Red Green Blue C M Y K H S L
Decimal 162 137 131 0 0.15 0.19 0.36 11.61 0.14 0.57
Hex A2 89 83 0 F 13 24 C E 39
Octal 242 211 203 0 17 23 44 14 16 71
Binary 10100010 10001001 10000011 0 1111 10011 100100 1100 1110 111001

Color Harmonies of #A28983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A28983

Black with #A28983

Text Example


Text Example

White with #A28983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A28983; }

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

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

background-color css

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

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

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

border-color css

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

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

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