Html Css Color HEX #AF8582 Brandy Rose

📋 copy color: '#AF8582'

red 175 ◦ green 133 ◦ blue 130

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

Shades of Brandy Rose #AF8582

Tints of Brandy Rose #AF8582

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.37%

 BLUE value IS 130 (51.17% from 255) = 29.68%

R = 39.95%
G = 30.37%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF8582 (or 0xAF8582) is known color: Brandy Rose. HEX triplet: AF, 85 and 82. RGB value is (175,133,130). Sum of RGB (Red+Green+Blue) = 175+133+130=438 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.95% from 438); Green value is 133 (52.34% from 255 or 30.37% from 438); Blue value is 130 (51.17% from 255 or 29.68% from 438); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8582 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8582 is #507A7D. Grayscale: #919191. Windows color (decimal): -5274238 or 8553903. OLE color: 8553903.

HSL color Cylindrical-coordinate representation of color #AF8582: hue angle of 4º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AF8582 is Cyan = 0, Magento = 0.24, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 133 130 -
CMYK 0 0.24 0.26 0.31
HSL 0.22% 0.6% -
HSV(B) 0.26% 0.69% -
XYZ 30.1 27.5 24.84 -
YUV 145.22 119.41 149.24 -
System Red Green Blue C M Y K H S L
Decimal 175 133 130 0 0.24 0.26 0.31 4 0.22 0.6
Hex AF 85 82 0 18 1A 1F 4 16 3C
Octal 257 205 202 0 30 32 37 4 26 74
Binary 10101111 10000101 10000010 0 11000 11010 11111 100 10110 111100

Color Harmonies of #AF8582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8582

Black with #AF8582

Text Example


Text Example

White with #AF8582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8582; }

 p { color: rgb(175,133,130); }

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

background-color css

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

 a { background-color: rgb(175,133,130); }

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

border-color css

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

 span { border-color: rgb(175,133,130); }

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