Html Css Color HEX #AF8379 Brandy Rose

📋 copy color: '#AF8379'

red 175 ◦ green 131 ◦ blue 121

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

Shades of Brandy Rose #AF8379

Tints of Brandy Rose #AF8379

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.68%

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

R = 40.98%
G = 30.68%
B = 28.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#AF8379 (or 0xAF8379) is known color: Brandy Rose. HEX triplet: AF, 83 and 79. RGB value is (175,131,121). Sum of RGB (Red+Green+Blue) = 175+131+121=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 131 (51.56% from 255 or 30.68% from 427); Blue value is 121 (47.66% from 255 or 28.34% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8379 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8379 is #507C86. Grayscale: #8F8F8F. Windows color (decimal): -5274759 or 7963567. OLE color: 7963567.

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

Color convert

RGB 175 131 121 -
CMYK 0 0.25 0.31 0.31
HSL 11.11º 0.25% 0.58% -
HSV(B) 11.11º 0.31% 0.69% -
XYZ 29.25 26.73 21.71 -
YUV 143.02 115.58 150.81 -
System Red Green Blue C M Y K H S L
Decimal 175 131 121 0 0.25 0.31 0.31 11.11 0.25 0.58
Hex AF 83 79 0 19 1F 1F B 19 3A
Octal 257 203 171 0 31 37 37 13 31 72
Binary 10101111 10000011 1111001 0 11001 11111 11111 1011 11001 111010

Color Harmonies of #AF8379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8379

Black with #AF8379

Text Example


Text Example

White with #AF8379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8379; }

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

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

background-color css

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

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

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

border-color css

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

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

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