Html Css Color HEX #AF8784 Brandy Rose

📋 copy color: '#AF8784'

red 175 ◦ green 135 ◦ blue 132

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

Shades of Brandy Rose #AF8784

Tints of Brandy Rose #AF8784

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.54%

 BLUE value IS 132 (51.95% from 255) = 29.86%

R = 39.59%
G = 30.54%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF8784 (or 0xAF8784) is known color: Brandy Rose. HEX triplet: AF, 87 and 84. RGB value is (175,135,132). Sum of RGB (Red+Green+Blue) = 175+135+132=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 135 (53.12% from 255 or 30.54% from 442); Blue value is 132 (51.95% from 255 or 29.86% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8784 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8784 is #50787B. Grayscale: #929292. Windows color (decimal): -5273724 or 8685487. OLE color: 8685487.

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

Color convert

RGB 175 135 132 -
CMYK 0 0.23 0.25 0.31
HSL 4.19º 0.21% 0.6% -
HSV(B) 4.19º 0.25% 0.69% -
XYZ 30.51 28.11 25.65 -
YUV 146.62 119.75 148.24 -
System Red Green Blue C M Y K H S L
Decimal 175 135 132 0 0.23 0.25 0.31 4.19 0.21 0.6
Hex AF 87 84 0 17 19 1F 4 15 3C
Octal 257 207 204 0 27 31 37 4 25 74
Binary 10101111 10000111 10000100 0 10111 11001 11111 100 10101 111100

Color Harmonies of #AF8784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8784

Black with #AF8784

Text Example


Text Example

White with #AF8784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8784; }

 p { color: rgb(175,135,132); }

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

background-color css

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

 a { background-color: rgb(175,135,132); }

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

border-color css

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

 span { border-color: rgb(175,135,132); }

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