Html Css Color HEX #AF524A Apple Blossom

📋 copy color: '#AF524A'

red 175 ◦ green 82 ◦ blue 74

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

Shades of Apple Blossom #AF524A

Tints of Apple Blossom #AF524A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.36%

R = 52.87%
G = 24.77%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#AF524A (or 0xAF524A) is known color: Apple Blossom. HEX triplet: AF, 52 and 4A. RGB value is (175,82,74). Sum of RGB (Red+Green+Blue) = 175+82+74=331 (43% of max value = 765). Red value is 175 (68.75% from 255 or 52.87% from 331); Green value is 82 (32.42% from 255 or 24.77% from 331); Blue value is 74 (29.30% from 255 or 22.36% from 331); Max value from RGB is 175 - color contains mainly: red. Hex color #AF524A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF524A is #50ADB5. Grayscale: #6D6D6D. Windows color (decimal): -5287350 or 4870831. OLE color: 4870831.

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

Color convert

RGB 175 82 74 -
CMYK 0 0.53 0.58 0.31
HSL 4.75º 0.41% 0.49% -
HSV(B) 4.75º 0.58% 0.69% -
XYZ 21.93 15.64 8.34 -
YUV 108.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 175 82 74 0 0.53 0.58 0.31 4.75 0.41 0.49
Hex AF 52 4A 0 35 3A 1F 5 29 31
Octal 257 122 112 0 65 72 37 5 51 61
Binary 10101111 1010010 1001010 0 110101 111010 11111 101 101001 110001

Color Harmonies of #AF524A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF524A

Black with #AF524A

Text Example


Text Example

White with #AF524A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF524A; }

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

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

background-color css

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

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

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

border-color css

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

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

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