Html Css Color HEX #AF8481 Brandy Rose

📋 copy color: '#AF8481'

red 175 ◦ green 132 ◦ blue 129

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

Shades of Brandy Rose #AF8481

Tints of Brandy Rose #AF8481

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.59%

R = 40.14%
G = 30.28%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#AF8481 (or 0xAF8481) is known color: Brandy Rose. HEX triplet: AF, 84 and 81. RGB value is (175,132,129). Sum of RGB (Red+Green+Blue) = 175+132+129=436 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.14% from 436); Green value is 132 (51.95% from 255 or 30.28% from 436); Blue value is 129 (50.78% from 255 or 29.59% from 436); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8481 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AF8481 is #507B7E. Grayscale: #909090. Windows color (decimal): -5274495 or 8488111. OLE color: 8488111.

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

Color convert

RGB 175 132 129 -
CMYK 0 0.25 0.26 0.31
HSL 3.91º 0.22% 0.6% -
HSV(B) 3.91º 0.26% 0.69% -
XYZ 29.89 27.2 24.44 -
YUV 144.52 119.25 149.74 -
System Red Green Blue C M Y K H S L
Decimal 175 132 129 0 0.25 0.26 0.31 3.91 0.22 0.6
Hex AF 84 81 0 19 1A 1F 4 16 3C
Octal 257 204 201 0 31 32 37 4 26 74
Binary 10101111 10000100 10000001 0 11001 11010 11111 100 10110 111100

Color Harmonies of #AF8481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8481

Black with #AF8481

Text Example


Text Example

White with #AF8481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8481; }

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

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

background-color css

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

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

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

border-color css

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

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

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