Html Css Color HEX #A48A82 Brandy Rose

📋 copy color: '#A48A82'

red 164 ◦ green 138 ◦ blue 130

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

Shades of Brandy Rose #A48A82

Tints of Brandy Rose #A48A82

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.94%

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

R = 37.96%
G = 31.94%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48A82 (or 0xA48A82) is known color: Brandy Rose. HEX triplet: A4, 8A and 82. RGB value is (164,138,130). Sum of RGB (Red+Green+Blue) = 164+138+130=432 (57% of max value = 765). Red value is 164 (64.45% from 255 or 37.96% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 164 - color contains mainly: red. Hex color #A48A82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48A82 is #5B757D. Grayscale: #909090. Windows color (decimal): -5993854 or 8555172. OLE color: 8555172.

HSL color Cylindrical-coordinate representation of color #A48A82: hue angle of 14.12º 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 #A48A82 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 138 130 -
CMYK 0 0.16 0.21 0.36
HSL 14.12º 0.16% 0.58% -
HSV(B) 14.12º 0.21% 0.64% -
XYZ 28.43 27.68 24.96 -
YUV 144.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 164 138 130 0 0.16 0.21 0.36 14.12 0.16 0.58
Hex A4 8A 82 0 10 15 24 E 10 3A
Octal 244 212 202 0 20 25 44 16 20 72
Binary 10100100 10001010 10000010 0 10000 10101 100100 1110 10000 111010

Color Harmonies of #A48A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48A82

Black with #A48A82

Text Example


Text Example

White with #A48A82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48A82; }

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

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

background-color css

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

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

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

border-color css

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

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

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