Html Css Color HEX #AF8779 Brandy Rose

📋 copy color: '#AF8779'

red 175 ◦ green 135 ◦ blue 121

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

Shades of Brandy Rose #AF8779

Tints of Brandy Rose #AF8779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 28.07%

R = 40.6%
G = 31.32%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8779 (or 0xAF8779) is known color: Brandy Rose. HEX triplet: AF, 87 and 79. RGB value is (175,135,121). Sum of RGB (Red+Green+Blue) = 175+135+121=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 135 (53.12% from 255 or 31.32% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8779 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8779 is #507886. Grayscale: #919191. Windows color (decimal): -5273735 or 7964591. OLE color: 7964591.

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

Color convert

RGB 175 135 121 -
CMYK 0 0.23 0.31 0.31
HSL 15.56º 0.25% 0.58% -
HSV(B) 15.56º 0.31% 0.69% -
XYZ 29.79 27.82 21.89 -
YUV 145.36 114.25 149.14 -
System Red Green Blue C M Y K H S L
Decimal 175 135 121 0 0.23 0.31 0.31 15.56 0.25 0.58
Hex AF 87 79 0 17 1F 1F 10 19 3A
Octal 257 207 171 0 27 37 37 20 31 72
Binary 10101111 10000111 1111001 0 10111 11111 11111 10000 11001 111010

Color Harmonies of #AF8779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8779

Black with #AF8779

Text Example


Text Example

White with #AF8779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8779; }

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

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

background-color css

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

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

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

border-color css

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

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

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