Html Css Color HEX #AF887D Brandy Rose

📋 copy color: '#AF887D'

red 175 ◦ green 136 ◦ blue 125

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

Shades of Brandy Rose #AF887D

Tints of Brandy Rose #AF887D

RGB

 RED value IS 175 (68.75% from 255) = 40.14%

 GREEN value IS 136 (53.52% from 255) = 31.19%

 BLUE value IS 125 (49.22% from 255) = 28.67%

R = 40.14%
G = 31.19%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF887D (or 0xAF887D) is known color: Brandy Rose. HEX triplet: AF, 88 and 7D. RGB value is (175,136,125). Sum of RGB (Red+Green+Blue) = 175+136+125=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 136 (53.52% from 255 or 31.19% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF887D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF887D is #507782. Grayscale: #929292. Windows color (decimal): -5273475 or 8226991. OLE color: 8226991.

HSL color Cylindrical-coordinate representation of color #AF887D: hue angle of 13.2º degrees, saturation: 0.24, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AF887D is Cyan = 0, Magento = 0.22, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 125 -
CMYK 0 0.22 0.29 0.31
HSL 13.2º 0.24% 0.59% -
HSV(B) 13.2º 0.29% 0.69% -
XYZ 30.19 28.2 23.25 -
YUV 146.41 115.92 148.39 -
System Red Green Blue C M Y K H S L
Decimal 175 136 125 0 0.22 0.29 0.31 13.2 0.24 0.59
Hex AF 88 7D 0 16 1D 1F D 18 3B
Octal 257 210 175 0 26 35 37 15 30 73
Binary 10101111 10001000 1111101 0 10110 11101 11111 1101 11000 111011

Color Harmonies of #AF887D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF887D

Black with #AF887D

Text Example


Text Example

White with #AF887D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF887D; }

 p { color: rgb(175,136,125); }

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

background-color css

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

 a { background-color: rgb(175,136,125); }

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

border-color css

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

 span { border-color: rgb(175,136,125); }

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