Html Css Color HEX #AF8A7C Brandy Rose

📋 copy color: '#AF8A7C'

red 175 ◦ green 138 ◦ blue 124

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

Shades of Brandy Rose #AF8A7C

Tints of Brandy Rose #AF8A7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 28.38%

R = 40.05%
G = 31.58%
B = 28.38%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF8A7C (or 0xAF8A7C) is known color: Brandy Rose. HEX triplet: AF, 8A and 7C. RGB value is (175,138,124). Sum of RGB (Red+Green+Blue) = 175+138+124=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 138 (54.30% from 255 or 31.58% from 437); Blue value is 124 (48.83% from 255 or 28.38% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A7C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8A7C is #507583. Grayscale: #939393. Windows color (decimal): -5272964 or 8161967. OLE color: 8161967.

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

Color convert

RGB 175 138 124 -
CMYK 0 0.21 0.29 0.31
HSL 16.47º 0.24% 0.59% -
HSV(B) 16.47º 0.29% 0.69% -
XYZ 30.41 28.75 23.01 -
YUV 147.47 114.76 147.64 -
System Red Green Blue C M Y K H S L
Decimal 175 138 124 0 0.21 0.29 0.31 16.47 0.24 0.59
Hex AF 8A 7C 0 15 1D 1F 10 18 3B
Octal 257 212 174 0 25 35 37 20 30 73
Binary 10101111 10001010 1111100 0 10101 11101 11111 10000 11000 111011

Color Harmonies of #AF8A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8A7C

Black with #AF8A7C

Text Example


Text Example

White with #AF8A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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