Html Css Color HEX #AB837A Brandy Rose

📋 copy color: '#AB837A'

red 171 ◦ green 131 ◦ blue 122

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

Shades of Brandy Rose #AB837A

Tints of Brandy Rose #AB837A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.9%

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

R = 40.33%
G = 30.9%
B = 28.77%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#AB837A (or 0xAB837A) is known color: Brandy Rose. HEX triplet: AB, 83 and 7A. RGB value is (171,131,122). Sum of RGB (Red+Green+Blue) = 171+131+122=424 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.33% from 424); Green value is 131 (51.56% from 255 or 30.90% from 424); Blue value is 122 (48.05% from 255 or 28.77% from 424); Max value from RGB is 171 - color contains mainly: red. Hex color #AB837A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AB837A is #547C85. Grayscale: #8E8E8E. Windows color (decimal): -5536902 or 8029099. OLE color: 8029099.

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

Color convert

RGB 171 131 122 -
CMYK 0 0.23 0.29 0.33
HSL 11.02º 0.23% 0.57% -
HSV(B) 11.02º 0.29% 0.67% -
XYZ 28.42 26.3 21.99 -
YUV 141.93 116.75 148.73 -
System Red Green Blue C M Y K H S L
Decimal 171 131 122 0 0.23 0.29 0.33 11.02 0.23 0.57
Hex AB 83 7A 0 17 1D 21 B 17 39
Octal 253 203 172 0 27 35 41 13 27 71
Binary 10101011 10000011 1111010 0 10111 11101 100001 1011 10111 111001

Color Harmonies of #AB837A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB837A

Black with #AB837A

Text Example


Text Example

White with #AB837A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB837A; }

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

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

background-color css

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

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

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

border-color css

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

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

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