Html Css Color HEX #AB7B75 Brandy Rose

📋 copy color: '#AB7B75'

red 171 ◦ green 123 ◦ blue 117

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

Shades of Brandy Rose #AB7B75

Tints of Brandy Rose #AB7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.93%

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

R = 41.61%
G = 29.93%
B = 28.47%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#AB7B75 (or 0xAB7B75) is known color: Brandy Rose. HEX triplet: AB, 7B and 75. RGB value is (171,123,117). Sum of RGB (Red+Green+Blue) = 171+123+117=411 (54% of max value = 765). Red value is 171 (67.19% from 255 or 41.61% from 411); Green value is 123 (48.44% from 255 or 29.93% from 411); Blue value is 117 (46.09% from 255 or 28.47% from 411); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB7B75 is #54848A. Grayscale: #888888. Windows color (decimal): -5538955 or 7699371. OLE color: 7699371.

HSL color Cylindrical-coordinate representation of color #AB7B75: hue angle of 6.67º 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 #AB7B75 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 123 117 -
CMYK 0 0.28 0.32 0.33
HSL 6.67º 0.24% 0.56% -
HSV(B) 6.67º 0.32% 0.67% -
XYZ 27.09 24.11 20.06 -
YUV 136.67 116.9 152.49 -
System Red Green Blue C M Y K H S L
Decimal 171 123 117 0 0.28 0.32 0.33 6.67 0.24 0.56
Hex AB 7B 75 0 1C 20 21 7 18 38
Octal 253 173 165 0 34 40 41 7 30 70
Binary 10101011 1111011 1110101 0 11100 100000 100001 111 11000 111000

Color Harmonies of #AB7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7B75

Black with #AB7B75

Text Example


Text Example

White with #AB7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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