Html Css Color HEX #AF8483 Brandy Rose

📋 copy color: '#AF8483'

red 175 ◦ green 132 ◦ blue 131

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

Shades of Brandy Rose #AF8483

Tints of Brandy Rose #AF8483

RGB

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

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

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

R = 39.95%
G = 30.14%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#AF8483 (or 0xAF8483) is known color: Brandy Rose. HEX triplet: AF, 84 and 83. RGB value is (175,132,131). Sum of RGB (Red+Green+Blue) = 175+132+131=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 131 (51.56% from 255 or 29.91% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8483 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8483 is #507B7C. Grayscale: #909090. Windows color (decimal): -5274493 or 8619183. OLE color: 8619183.

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

Color convert

RGB 175 132 131 -
CMYK 0 0.25 0.25 0.31
HSL 1.36º 0.22% 0.6% -
HSV(B) 1.36º 0.25% 0.69% -
XYZ 30.03 27.26 25.15 -
YUV 144.74 120.25 149.58 -
System Red Green Blue C M Y K H S L
Decimal 175 132 131 0 0.25 0.25 0.31 1.36 0.22 0.6
Hex AF 84 83 0 19 19 1F 1 16 3C
Octal 257 204 203 0 31 31 37 1 26 74
Binary 10101111 10000100 10000011 0 11001 11001 11111 1 10110 111100

Color Harmonies of #AF8483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8483

Black with #AF8483

Text Example


Text Example

White with #AF8483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8483; }

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

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

background-color css

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

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

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

border-color css

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

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

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