Html Css Color HEX #AF867A Brandy Rose

📋 copy color: '#AF867A'

red 175 ◦ green 134 ◦ blue 122

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

Shades of Brandy Rose #AF867A

Tints of Brandy Rose #AF867A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

 BLUE value IS 122 (48.05% from 255) = 28.31%

R = 40.6%
G = 31.09%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#AF867A (or 0xAF867A) is known color: Brandy Rose. HEX triplet: AF, 86 and 7A. RGB value is (175,134,122). Sum of RGB (Red+Green+Blue) = 175+134+122=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 122 (48.05% from 255 or 28.31% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF867A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF867A is #507985. Grayscale: #909090. Windows color (decimal): -5273990 or 8029871. OLE color: 8029871.

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

Color convert

RGB 175 134 122 -
CMYK 0 0.23 0.30 0.31
HSL 13.58º 0.25% 0.58% -
HSV(B) 13.58º 0.3% 0.69% -
XYZ 29.72 27.57 22.17 -
YUV 144.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 175 134 122 0 0.23 0.30 0.31 13.58 0.25 0.58
Hex AF 86 7A 0 17 1E 1F E 19 3A
Octal 257 206 172 0 27 36 37 16 31 72
Binary 10101111 10000110 1111010 0 10111 11110 11111 1110 11001 111010

Color Harmonies of #AF867A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF867A

Black with #AF867A

Text Example


Text Example

White with #AF867A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF867A; }

 p { color: rgb(175,134,122); }

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

background-color css

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

 a { background-color: rgb(175,134,122); }

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

border-color css

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

 span { border-color: rgb(175,134,122); }

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