Html Css Color HEX #A48881 Brandy Rose

📋 copy color: '#A48881'

red 164 ◦ green 136 ◦ blue 129

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

Shades of Brandy Rose #A48881

Tints of Brandy Rose #A48881

RGB

 RED value IS 164 (64.45% from 255) = 38.23%

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

 BLUE value IS 129 (50.78% from 255) = 30.07%

R = 38.23%
G = 31.7%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48881 (or 0xA48881) is known color: Brandy Rose. HEX triplet: A4, 88 and 81. RGB value is (164,136,129). Sum of RGB (Red+Green+Blue) = 164+136+129=429 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.23% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 129 (50.78% from 255 or 30.07% from 429); Max value from RGB is 164 - color contains mainly: red. Hex color #A48881 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48881 is #5B777E. Grayscale: #8F8F8F. Windows color (decimal): -5994367 or 8489124. OLE color: 8489124.

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

Color convert

RGB 164 136 129 -
CMYK 0 0.17 0.21 0.36
HSL 12º 0.16% 0.57% -
HSV(B) 12º 0.21% 0.64% -
XYZ 28.08 27.09 24.52 -
YUV 143.57 119.78 142.57 -
System Red Green Blue C M Y K H S L
Decimal 164 136 129 0 0.17 0.21 0.36 12 0.16 0.57
Hex A4 88 81 0 11 15 24 C 10 39
Octal 244 210 201 0 21 25 44 14 20 71
Binary 10100100 10001000 10000001 0 10001 10101 100100 1100 10000 111001

Color Harmonies of #A48881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48881

Black with #A48881

Text Example


Text Example

White with #A48881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48881; }

 p { color: rgb(164,136,129); }

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

background-color css

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

 a { background-color: rgb(164,136,129); }

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

border-color css

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

 span { border-color: rgb(164,136,129); }

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