Html Css Color HEX #AF837D Brandy Rose

📋 copy color: '#AF837D'

red 175 ◦ green 131 ◦ blue 125

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

Shades of Brandy Rose #AF837D

Tints of Brandy Rose #AF837D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.39%

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

R = 40.6%
G = 30.39%
B = 29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.31

RGB Variations

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

Color information

#AF837D (or 0xAF837D) is known color: Brandy Rose. HEX triplet: AF, 83 and 7D. RGB value is (175,131,125). Sum of RGB (Red+Green+Blue) = 175+131+125=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF837D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF837D is #507C82. Grayscale: #8F8F8F. Windows color (decimal): -5274755 or 8225711. OLE color: 8225711.

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

Color convert

RGB 175 131 125 -
CMYK 0 0.25 0.29 0.31
HSL 7.2º 0.24% 0.59% -
HSV(B) 7.2º 0.29% 0.69% -
XYZ 29.5 26.83 23.03 -
YUV 143.47 117.58 150.49 -
System Red Green Blue C M Y K H S L
Decimal 175 131 125 0 0.25 0.29 0.31 7.2 0.24 0.59
Hex AF 83 7D 0 19 1D 1F 7 18 3B
Octal 257 203 175 0 31 35 37 7 30 73
Binary 10101111 10000011 1111101 0 11001 11101 11111 111 11000 111011

Color Harmonies of #AF837D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF837D

Black with #AF837D

Text Example


Text Example

White with #AF837D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF837D; }

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

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

background-color css

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

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

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

border-color css

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

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

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