Html Css Color HEX #AF8C7F Brandy Rose

📋 copy color: '#AF8C7F'

red 175 ◦ green 140 ◦ blue 127

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

Shades of Brandy Rose #AF8C7F

Tints of Brandy Rose #AF8C7F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 39.59%
G = 31.67%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.2

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8C7F (or 0xAF8C7F) is known color: Brandy Rose. HEX triplet: AF, 8C and 7F. RGB value is (175,140,127). Sum of RGB (Red+Green+Blue) = 175+140+127=442 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.59% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8C7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8C7F is #507380. Grayscale: #959595. Windows color (decimal): -5272449 or 8359087. OLE color: 8359087.

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

Color convert

RGB 175 140 127 -
CMYK 0 0.2 0.27 0.31
HSL 16.25º 0.23% 0.59% -
HSV(B) 16.25º 0.27% 0.69% -
XYZ 30.89 29.4 24.13 -
YUV 148.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 175 140 127 0 0.2 0.27 0.31 16.25 0.23 0.59
Hex AF 8C 7F 0 14 1B 1F 10 17 3B
Octal 257 214 177 0 24 33 37 20 27 73
Binary 10101111 10001100 1111111 0 10100 11011 11111 10000 10111 111011

Color Harmonies of #AF8C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8C7F

Black with #AF8C7F

Text Example


Text Example

White with #AF8C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8C7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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