Html Css Color HEX #A87D75 Brandy Rose

📋 copy color: '#A87D75'

red 168 ◦ green 125 ◦ blue 117

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

Shades of Brandy Rose #A87D75

Tints of Brandy Rose #A87D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.49%

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

R = 40.98%
G = 30.49%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#A87D75 (or 0xA87D75) is known color: Brandy Rose. HEX triplet: A8, 7D and 75. RGB value is (168,125,117). Sum of RGB (Red+Green+Blue) = 168+125+117=410 (54% of max value = 765). Red value is 168 (66.02% from 255 or 40.98% from 410); Green value is 125 (49.22% from 255 or 30.49% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 168 - color contains mainly: red. Hex color #A87D75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A87D75 is #57828A. Grayscale: #898989. Windows color (decimal): -5735051 or 7699880. OLE color: 7699880.

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

Color convert

RGB 168 125 117 -
CMYK 0 0.26 0.30 0.34
HSL 9.41º 0.23% 0.56% -
HSV(B) 9.41º 0.3% 0.66% -
XYZ 26.69 24.28 20.11 -
YUV 136.95 116.75 150.15 -
System Red Green Blue C M Y K H S L
Decimal 168 125 117 0 0.26 0.30 0.34 9.41 0.23 0.56
Hex A8 7D 75 0 1A 1E 22 9 17 38
Octal 250 175 165 0 32 36 42 11 27 70
Binary 10101000 1111101 1110101 0 11010 11110 100010 1001 10111 111000

Color Harmonies of #A87D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A87D75

Black with #A87D75

Text Example


Text Example

White with #A87D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A87D75; }

 p { color: rgb(168,125,117); }

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

background-color css

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

 a { background-color: rgb(168,125,117); }

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

border-color css

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

 span { border-color: rgb(168,125,117); }

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