Html Css Color HEX #AF817F Brandy Rose

📋 copy color: '#AF817F'

red 175 ◦ green 129 ◦ blue 127

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

Shades of Brandy Rose #AF817F

Tints of Brandy Rose #AF817F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.93%

 BLUE value IS 127 (50% from 255) = 29.47%

R = 40.6%
G = 29.93%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF817F (or 0xAF817F) is known color: Brandy Rose. HEX triplet: AF, 81 and 7F. RGB value is (175,129,127). Sum of RGB (Red+Green+Blue) = 175+129+127=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 127 (50% from 255 or 29.47% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF817F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF817F is #507E80. Grayscale: #8E8E8E. Windows color (decimal): -5275265 or 8356271. OLE color: 8356271.

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

Color convert

RGB 175 129 127 -
CMYK 0 0.26 0.27 0.31
HSL 2.5º 0.23% 0.59% -
HSV(B) 2.5º 0.27% 0.69% -
XYZ 29.36 26.35 23.62 -
YUV 142.53 119.24 151.16 -
System Red Green Blue C M Y K H S L
Decimal 175 129 127 0 0.26 0.27 0.31 2.5 0.23 0.59
Hex AF 81 7F 0 1A 1B 1F 2 17 3B
Octal 257 201 177 0 32 33 37 2 27 73
Binary 10101111 10000001 1111111 0 11010 11011 11111 10 10111 111011

Color Harmonies of #AF817F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF817F

Black with #AF817F

Text Example


Text Example

White with #AF817F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF817F; }

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

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

background-color css

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

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

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

border-color css

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

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

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