Html Css Color HEX #A5817A Brandy Rose

📋 copy color: '#A5817A'

red 165 ◦ green 129 ◦ blue 122

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

Shades of Brandy Rose #A5817A

Tints of Brandy Rose #A5817A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.01%

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

R = 39.66%
G = 31.01%
B = 29.33%

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

#A5817A (or 0xA5817A) is known color: Brandy Rose. HEX triplet: A5, 81 and 7A. RGB value is (165,129,122). Sum of RGB (Red+Green+Blue) = 165+129+122=416 (55% of max value = 765). Red value is 165 (64.84% from 255 or 39.66% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 122 (48.05% from 255 or 29.33% from 416); Max value from RGB is 165 - color contains mainly: red. Hex color #A5817A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #A5817A is #5A7E85. Grayscale: #8B8B8B. Windows color (decimal): -5930630 or 8028581. OLE color: 8028581.

HSL color Cylindrical-coordinate representation of color #A5817A: hue angle of 9.77º 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 #A5817A is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 129 122 -
CMYK 0 0.22 0.26 0.35
HSL 9.77º 0.19% 0.56% -
HSV(B) 9.77º 0.26% 0.65% -
XYZ 26.88 25.1 21.84 -
YUV 138.97 118.43 146.57 -
System Red Green Blue C M Y K H S L
Decimal 165 129 122 0 0.22 0.26 0.35 9.77 0.19 0.56
Hex A5 81 7A 0 16 1A 23 A 13 38
Octal 245 201 172 0 26 32 43 12 23 70
Binary 10100101 10000001 1111010 0 10110 11010 100011 1010 10011 111000

Color Harmonies of #A5817A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5817A

Black with #A5817A

Text Example


Text Example

White with #A5817A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5817A; }

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

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

background-color css

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

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

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

border-color css

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

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

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