Html Css Color HEX #AF847D Brandy Rose

📋 copy color: '#AF847D'

red 175 ◦ green 132 ◦ blue 125

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

Shades of Brandy Rose #AF847D

Tints of Brandy Rose #AF847D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.56%

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

R = 40.51%
G = 30.56%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF847D (or 0xAF847D) is known color: Brandy Rose. HEX triplet: AF, 84 and 7D. RGB value is (175,132,125). Sum of RGB (Red+Green+Blue) = 175+132+125=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 132 (51.95% from 255 or 30.56% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF847D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF847D is #507B82. Grayscale: #909090. Windows color (decimal): -5274499 or 8225967. OLE color: 8225967.

HSL color Cylindrical-coordinate representation of color #AF847D: hue angle of 8.4º 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 #AF847D is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 132 125 -
CMYK 0 0.25 0.29 0.31
HSL 8.4º 0.24% 0.59% -
HSV(B) 8.4º 0.29% 0.69% -
XYZ 29.63 27.1 23.07 -
YUV 144.06 117.25 150.07 -
System Red Green Blue C M Y K H S L
Decimal 175 132 125 0 0.25 0.29 0.31 8.4 0.24 0.59
Hex AF 84 7D 0 19 1D 1F 8 18 3B
Octal 257 204 175 0 31 35 37 10 30 73
Binary 10101111 10000100 1111101 0 11001 11101 11111 1000 11000 111011

Color Harmonies of #AF847D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF847D

Black with #AF847D

Text Example


Text Example

White with #AF847D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF847D; }

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

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

background-color css

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

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

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

border-color css

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

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

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