Html Css Color HEX #AF8683 Brandy Rose

📋 copy color: '#AF8683'

red 175 ◦ green 134 ◦ blue 131

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

Shades of Brandy Rose #AF8683

Tints of Brandy Rose #AF8683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 29.77%

R = 39.77%
G = 30.45%
B = 29.77%

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

#AF8683 (or 0xAF8683) is known color: Brandy Rose. HEX triplet: AF, 86 and 83. RGB value is (175,134,131). Sum of RGB (Red+Green+Blue) = 175+134+131=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 134 (52.73% from 255 or 30.45% from 440); Blue value is 131 (51.56% from 255 or 29.77% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8683 is #50797C. Grayscale: #919191. Windows color (decimal): -5273981 or 8619695. OLE color: 8619695.

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

Color convert

RGB 175 134 131 -
CMYK 0 0.23 0.25 0.31
HSL 4.09º 0.22% 0.6% -
HSV(B) 4.09º 0.25% 0.69% -
XYZ 30.3 27.8 25.24 -
YUV 145.92 119.58 148.74 -
System Red Green Blue C M Y K H S L
Decimal 175 134 131 0 0.23 0.25 0.31 4.09 0.22 0.6
Hex AF 86 83 0 17 19 1F 4 16 3C
Octal 257 206 203 0 27 31 37 4 26 74
Binary 10101111 10000110 10000011 0 10111 11001 11111 100 10110 111100

Color Harmonies of #AF8683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8683

Black with #AF8683

Text Example


Text Example

White with #AF8683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8683; }

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

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

background-color css

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

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

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

border-color css

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

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

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