Html Css Color HEX #A48882 Brandy Rose

📋 copy color: '#A48882'

red 164 ◦ green 136 ◦ blue 130

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

Shades of Brandy Rose #A48882

Tints of Brandy Rose #A48882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 30.23%

R = 38.14%
G = 31.63%
B = 30.23%

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

#A48882 (or 0xA48882) is known color: Brandy Rose. HEX triplet: A4, 88 and 82. RGB value is (164,136,130). Sum of RGB (Red+Green+Blue) = 164+136+130=430 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.14% from 430); Green value is 136 (53.52% from 255 or 31.63% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 164 - color contains mainly: red. Hex color #A48882 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48882 is #5B777D. Grayscale: #8F8F8F. Windows color (decimal): -5994366 or 8554660. OLE color: 8554660.

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

Color convert

RGB 164 136 130 -
CMYK 0 0.17 0.21 0.36
HSL 10.59º 0.16% 0.58% -
HSV(B) 10.59º 0.21% 0.64% -
XYZ 28.14 27.11 24.87 -
YUV 143.69 120.28 142.49 -
System Red Green Blue C M Y K H S L
Decimal 164 136 130 0 0.17 0.21 0.36 10.59 0.16 0.58
Hex A4 88 82 0 11 15 24 B 10 3A
Octal 244 210 202 0 21 25 44 13 20 72
Binary 10100100 10001000 10000010 0 10001 10101 100100 1011 10000 111010

Color Harmonies of #A48882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48882

Black with #A48882

Text Example


Text Example

White with #A48882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48882; }

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

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

background-color css

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

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

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

border-color css

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

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

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