Html Css Color HEX #A58782 Brandy Rose

📋 copy color: '#A58782'

red 165 ◦ green 135 ◦ blue 130

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

Shades of Brandy Rose #A58782

Tints of Brandy Rose #A58782

RGB

 RED value IS 165 (64.84% from 255) = 38.37%

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

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

R = 38.37%
G = 31.4%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.35

RGB Variations

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

Color information

#A58782 (or 0xA58782) is known color: Brandy Rose. HEX triplet: A5, 87 and 82. RGB value is (165,135,130). Sum of RGB (Red+Green+Blue) = 165+135+130=430 (56% of max value = 765). Red value is 165 (64.84% from 255 or 38.37% from 430); Green value is 135 (53.12% from 255 or 31.40% from 430); Blue value is 130 (51.17% from 255 or 30.23% from 430); Max value from RGB is 165 - color contains mainly: red. Hex color #A58782 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A58782 is #5A787D. Grayscale: #8F8F8F. Windows color (decimal): -5929086 or 8554405. OLE color: 8554405.

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

Color convert

RGB 165 135 130 -
CMYK 0 0.18 0.21 0.35
HSL 8.57º 0.16% 0.58% -
HSV(B) 8.57º 0.21% 0.65% -
XYZ 28.21 26.94 24.83 -
YUV 143.4 120.44 143.41 -
System Red Green Blue C M Y K H S L
Decimal 165 135 130 0 0.18 0.21 0.35 8.57 0.16 0.58
Hex A5 87 82 0 12 15 23 9 10 3A
Octal 245 207 202 0 22 25 43 11 20 72
Binary 10100101 10000111 10000010 0 10010 10101 100011 1001 10000 111010

Color Harmonies of #A58782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A58782

Black with #A58782

Text Example


Text Example

White with #A58782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A58782; }

 p { color: rgb(165,135,130); }

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

background-color css

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

 a { background-color: rgb(165,135,130); }

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

border-color css

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

 span { border-color: rgb(165,135,130); }

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