Html Css Color HEX #A5807A Brandy Rose

📋 copy color: '#A5807A'

red 165 ◦ green 128 ◦ blue 122

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

Shades of Brandy Rose #A5807A

Tints of Brandy Rose #A5807A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.84%

 BLUE value IS 122 (48.05% from 255) = 29.4%

R = 39.76%
G = 30.84%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A5807A (or 0xA5807A) is known color: Brandy Rose. HEX triplet: A5, 80 and 7A. RGB value is (165,128,122). Sum of RGB (Red+Green+Blue) = 165+128+122=415 (54% of max value = 765). Red value is 165 (64.84% from 255 or 39.76% from 415); Green value is 128 (50.39% from 255 or 30.84% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 165 - color contains mainly: red. Hex color #A5807A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5807A is #5A7F85. Grayscale: #8A8A8A. Windows color (decimal): -5930886 or 8028325. OLE color: 8028325.

HSL color Cylindrical-coordinate representation of color #A5807A: hue angle of 8.37º degrees, saturation: 0.19, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A5807A is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 128 122 -
CMYK 0 0.22 0.26 0.35
HSL 8.37º 0.19% 0.56% -
HSV(B) 8.37º 0.26% 0.65% -
XYZ 26.75 24.84 21.8 -
YUV 138.38 118.76 146.99 -
System Red Green Blue C M Y K H S L
Decimal 165 128 122 0 0.22 0.26 0.35 8.37 0.19 0.56
Hex A5 80 7A 0 16 1A 23 8 13 38
Octal 245 200 172 0 26 32 43 10 23 70
Binary 10100101 10000000 1111010 0 10110 11010 100011 1000 10011 111000

Color Harmonies of #A5807A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5807A

Black with #A5807A

Text Example


Text Example

White with #A5807A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5807A; }

 p { color: rgb(165,128,122); }

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

background-color css

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

 a { background-color: rgb(165,128,122); }

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

border-color css

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

 span { border-color: rgb(165,128,122); }

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