Html Css Color HEX #A87E74 Brandy Rose

📋 copy color: '#A87E74'

red 168 ◦ green 126 ◦ blue 116

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

Shades of Brandy Rose #A87E74

Tints of Brandy Rose #A87E74

RGB

 RED value IS 168 (66.02% from 255) = 40.98%

 GREEN value IS 126 (49.61% from 255) = 30.73%

 BLUE value IS 116 (45.7% from 255) = 28.29%

R = 40.98%
G = 30.73%
B = 28.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.34

RGB Variations

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

Color information

#A87E74 (or 0xA87E74) is known color: Brandy Rose. HEX triplet: A8, 7E and 74. RGB value is (168,126,116). Sum of RGB (Red+Green+Blue) = 168+126+116=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 126 (49.61% from 255 or 30.73% from 410); Blue value is 116 (45.70% from 255 or 28.29% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87E74 is #57818B. Grayscale: #898989. Windows color (decimal): -5734796 or 7634600. OLE color: 7634600.

HSL color Cylindrical-coordinate representation of color #A87E74: hue angle of 11.54º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A87E74 is Cyan = 0, Magento = 0.25, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 126 116 -
CMYK 0 0.25 0.31 0.34
HSL 11.54º 0.23% 0.56% -
HSV(B) 11.54º 0.31% 0.66% -
XYZ 26.76 24.51 19.84 -
YUV 137.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 168 126 116 0 0.25 0.31 0.34 11.54 0.23 0.56
Hex A8 7E 74 0 19 1F 22 C 17 38
Octal 250 176 164 0 31 37 42 14 27 70
Binary 10101000 1111110 1110100 0 11001 11111 100010 1100 10111 111000

Color Harmonies of #A87E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87E74

Black with #A87E74

Text Example


Text Example

White with #A87E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87E74; }

 p { color: rgb(168,126,116); }

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

background-color css

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

 a { background-color: rgb(168,126,116); }

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

border-color css

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

 span { border-color: rgb(168,126,116); }

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