Html Css Color HEX #AB7A75 Brandy Rose

📋 copy color: '#AB7A75'

red 171 ◦ green 122 ◦ blue 117

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

Shades of Brandy Rose #AB7A75

Tints of Brandy Rose #AB7A75

RGB

 RED value IS 171 (67.19% from 255) = 41.71%

 GREEN value IS 122 (48.05% from 255) = 29.76%

 BLUE value IS 117 (46.09% from 255) = 28.54%

R = 41.71%
G = 29.76%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB7A75 (or 0xAB7A75) is known color: Brandy Rose. HEX triplet: AB, 7A and 75. RGB value is (171,122,117). Sum of RGB (Red+Green+Blue) = 171+122+117=410 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.71% from 410); Green value is 122 (48.05% from 255 or 29.76% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7A75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7A75 is #54858A. Grayscale: #888888. Windows color (decimal): -5539211 or 7699115. OLE color: 7699115.

HSL color Cylindrical-coordinate representation of color #AB7A75: hue angle of 5.56º degrees, saturation: 0.24, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AB7A75 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 122 117 -
CMYK 0 0.29 0.32 0.33
HSL 5.56º 0.24% 0.56% -
HSV(B) 5.56º 0.32% 0.67% -
XYZ 26.97 23.86 20.01 -
YUV 136.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 171 122 117 0 0.29 0.32 0.33 5.56 0.24 0.56
Hex AB 7A 75 0 1D 20 21 6 18 38
Octal 253 172 165 0 35 40 41 6 30 70
Binary 10101011 1111010 1110101 0 11101 100000 100001 110 11000 111000

Color Harmonies of #AB7A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7A75

Black with #AB7A75

Text Example


Text Example

White with #AB7A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7A75; }

 p { color: rgb(171,122,117); }

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

background-color css

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

 a { background-color: rgb(171,122,117); }

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

border-color css

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

 span { border-color: rgb(171,122,117); }

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