Html Css Color HEX #AF8A7F Brandy Rose

📋 copy color: '#AF8A7F'

red 175 ◦ green 138 ◦ blue 127

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

Shades of Brandy Rose #AF8A7F

Tints of Brandy Rose #AF8A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.36%

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

R = 39.77%
G = 31.36%
B = 28.86%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF8A7F (or 0xAF8A7F) is known color: Brandy Rose. HEX triplet: AF, 8A and 7F. RGB value is (175,138,127). Sum of RGB (Red+Green+Blue) = 175+138+127=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 138 (54.30% from 255 or 31.36% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A7F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A7F is #507580. Grayscale: #939393. Windows color (decimal): -5272961 or 8358575. OLE color: 8358575.

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

Color convert

RGB 175 138 127 -
CMYK 0 0.21 0.27 0.31
HSL 13.75º 0.23% 0.59% -
HSV(B) 13.75º 0.27% 0.69% -
XYZ 30.6 28.82 24.03 -
YUV 147.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 175 138 127 0 0.21 0.27 0.31 13.75 0.23 0.59
Hex AF 8A 7F 0 15 1B 1F E 17 3B
Octal 257 212 177 0 25 33 37 16 27 73
Binary 10101111 10001010 1111111 0 10101 11011 11111 1110 10111 111011

Color Harmonies of #AF8A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A7F

Black with #AF8A7F

Text Example


Text Example

White with #AF8A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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