Html Css Color HEX #A48781 Brandy Rose

📋 copy color: '#A48781'

red 164 ◦ green 135 ◦ blue 129

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

Shades of Brandy Rose #A48781

Tints of Brandy Rose #A48781

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.54%

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

R = 38.32%
G = 31.54%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A48781 (or 0xA48781) is known color: Brandy Rose. HEX triplet: A4, 87 and 81. RGB value is (164,135,129). Sum of RGB (Red+Green+Blue) = 164+135+129=428 (56% of max value = 765). Red value is 164 (64.45% from 255 or 38.32% from 428); Green value is 135 (53.12% from 255 or 31.54% from 428); Blue value is 129 (50.78% from 255 or 30.14% from 428); Max value from RGB is 164 - color contains mainly: red. Hex color #A48781 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A48781 is #5B787E. Grayscale: #8F8F8F. Windows color (decimal): -5994623 or 8488868. OLE color: 8488868.

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

Color convert

RGB 164 135 129 -
CMYK 0 0.18 0.21 0.36
HSL 10.29º 0.16% 0.57% -
HSV(B) 10.29º 0.21% 0.64% -
XYZ 27.94 26.81 24.47 -
YUV 142.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 164 135 129 0 0.18 0.21 0.36 10.29 0.16 0.57
Hex A4 87 81 0 12 15 24 A 10 39
Octal 244 207 201 0 22 25 44 12 20 71
Binary 10100100 10000111 10000001 0 10010 10101 100100 1010 10000 111001

Color Harmonies of #A48781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A48781

Black with #A48781

Text Example


Text Example

White with #A48781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A48781; }

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

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

background-color css

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

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

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

border-color css

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

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

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