Html Css Color HEX #AF523F Apple Blossom

📋 copy color: '#AF523F'

red 175 ◦ green 82 ◦ blue 63

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

Shades of Apple Blossom #AF523F

Tints of Apple Blossom #AF523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.63%

 BLUE value IS 63 (25% from 255) = 19.69%

R = 54.69%
G = 25.63%
B = 19.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF523F (or 0xAF523F) is known color: Apple Blossom. HEX triplet: AF, 52 and 3F. RGB value is (175,82,63). Sum of RGB (Red+Green+Blue) = 175+82+63=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 63 (25% from 255 or 19.69% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF523F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF523F is #50ADC0. Grayscale: #6B6B6B. Windows color (decimal): -5287361 or 4149935. OLE color: 4149935.

HSL color Cylindrical-coordinate representation of color #AF523F: hue angle of 10.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF523F is Cyan = 0, Magento = 0.53, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 82 63 -
CMYK 0 0.53 0.64 0.31
HSL 10.18º 0.47% 0.47% -
HSV(B) 10.18º 0.64% 0.69% -
XYZ 21.59 15.51 6.56 -
YUV 107.64 102.81 176.04 -
System Red Green Blue C M Y K H S L
Decimal 175 82 63 0 0.53 0.64 0.31 10.18 0.47 0.47
Hex AF 52 3F 0 35 40 1F A 2F 2F
Octal 257 122 77 0 65 100 37 12 57 57
Binary 10101111 1010010 111111 0 110101 1000000 11111 1010 101111 101111

Color Harmonies of #AF523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF523F

Black with #AF523F

Text Example


Text Example

White with #AF523F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF523F; }

 p { color: rgb(175,82,63); }

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

background-color css

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

 a { background-color: rgb(175,82,63); }

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

border-color css

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

 span { border-color: rgb(175,82,63); }

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