Html Css Color HEX #AF897D Brandy Rose

📋 copy color: '#AF897D'

red 175 ◦ green 137 ◦ blue 125

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

Shades of Brandy Rose #AF897D

Tints of Brandy Rose #AF897D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.35%

 BLUE value IS 125 (49.22% from 255) = 28.6%

R = 40.05%
G = 31.35%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF897D (or 0xAF897D) is known color: Brandy Rose. HEX triplet: AF, 89 and 7D. RGB value is (175,137,125). Sum of RGB (Red+Green+Blue) = 175+137+125=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 137 (53.91% from 255 or 31.35% from 437); Blue value is 125 (49.22% from 255 or 28.60% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF897D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF897D is #507682. Grayscale: #939393. Windows color (decimal): -5273219 or 8227247. OLE color: 8227247.

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

Color convert

RGB 175 137 125 -
CMYK 0 0.22 0.29 0.31
HSL 14.4º 0.24% 0.59% -
HSV(B) 14.4º 0.29% 0.69% -
XYZ 30.33 28.49 23.3 -
YUV 146.99 115.59 147.98 -
System Red Green Blue C M Y K H S L
Decimal 175 137 125 0 0.22 0.29 0.31 14.4 0.24 0.59
Hex AF 89 7D 0 16 1D 1F E 18 3B
Octal 257 211 175 0 26 35 37 16 30 73
Binary 10101111 10001001 1111101 0 10110 11101 11111 1110 11000 111011

Color Harmonies of #AF897D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF897D

Black with #AF897D

Text Example


Text Example

White with #AF897D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF897D; }

 p { color: rgb(175,137,125); }

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

background-color css

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

 a { background-color: rgb(175,137,125); }

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

border-color css

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

 span { border-color: rgb(175,137,125); }

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