Html Css Color HEX #AF563F Orange Roughy

📋 copy color: '#AF563F'

red 175 ◦ green 86 ◦ blue 63

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

Shades of Orange Roughy #AF563F

Tints of Orange Roughy #AF563F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.54%

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

R = 54.01%
G = 26.54%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#AF563F (or 0xAF563F) is known color: Orange Roughy. HEX triplet: AF, 56 and 3F. RGB value is (175,86,63). Sum of RGB (Red+Green+Blue) = 175+86+63=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF563F is #50A9C0. Grayscale: #6E6E6E. Windows color (decimal): -5286337 or 4150959. OLE color: 4150959.

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

Color convert

RGB 175 86 63 -
CMYK 0 0.51 0.64 0.31
HSL 12.32º 0.47% 0.47% -
HSV(B) 12.32º 0.64% 0.69% -
XYZ 21.9 16.13 6.66 -
YUV 109.99 101.49 174.37 -
System Red Green Blue C M Y K H S L
Decimal 175 86 63 0 0.51 0.64 0.31 12.32 0.47 0.47
Hex AF 56 3F 0 33 40 1F C 2F 2F
Octal 257 126 77 0 63 100 37 14 57 57
Binary 10101111 1010110 111111 0 110011 1000000 11111 1100 101111 101111

Color Harmonies of #AF563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF563F

Black with #AF563F

Text Example


Text Example

White with #AF563F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF563F; }

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

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

background-color css

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

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

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

border-color css

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

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

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