Html Css Color HEX #AF8275 Brandy Rose

📋 copy color: '#AF8275'

red 175 ◦ green 130 ◦ blue 117

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

Shades of Brandy Rose #AF8275

Tints of Brandy Rose #AF8275

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.81%

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 41.47%
G = 30.81%
B = 27.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#AF8275 (or 0xAF8275) is known color: Brandy Rose. HEX triplet: AF, 82 and 75. RGB value is (175,130,117). Sum of RGB (Red+Green+Blue) = 175+130+117=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 130 (51.17% from 255 or 30.81% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8275 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8275 is #507D8A. Grayscale: #8E8E8E. Windows color (decimal): -5275019 or 7701167. OLE color: 7701167.

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

Color convert

RGB 175 130 117 -
CMYK 0 0.26 0.33 0.31
HSL 13.45º 0.27% 0.57% -
HSV(B) 13.45º 0.33% 0.69% -
XYZ 28.87 26.36 20.4 -
YUV 141.97 113.91 151.56 -
System Red Green Blue C M Y K H S L
Decimal 175 130 117 0 0.26 0.33 0.31 13.45 0.27 0.57
Hex AF 82 75 0 1A 21 1F D 1B 39
Octal 257 202 165 0 32 41 37 15 33 71
Binary 10101111 10000010 1110101 0 11010 100001 11111 1101 11011 111001

Color Harmonies of #AF8275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8275

Black with #AF8275

Text Example


Text Example

White with #AF8275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8275; }

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

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

background-color css

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

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

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

border-color css

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

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

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