Html Css Color HEX #AF563A Orange Roughy

📋 copy color: '#AF563A'

red 175 ◦ green 86 ◦ blue 58

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

Shades of Orange Roughy #AF563A

Tints of Orange Roughy #AF563A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.18%

R = 54.86%
G = 26.96%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF563A (or 0xAF563A) is known color: Orange Roughy. HEX triplet: AF, 56 and 3A. RGB value is (175,86,58). Sum of RGB (Red+Green+Blue) = 175+86+58=319 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.86% from 319); Green value is 86 (33.98% from 255 or 26.96% from 319); Blue value is 58 (23.05% from 255 or 18.18% from 319); Max value from RGB is 175 - color contains mainly: red. Hex color #AF563A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF563A is #50A9C5. Grayscale: #6D6D6D. Windows color (decimal): -5286342 or 3823279. OLE color: 3823279.

HSL color Cylindrical-coordinate representation of color #AF563A: hue angle of 14.36º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF563A is Cyan = 0, Magento = 0.51, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 86 58 -
CMYK 0 0.51 0.67 0.31
HSL 14.36º 0.5% 0.46% -
HSV(B) 14.36º 0.67% 0.69% -
XYZ 21.77 16.08 5.96 -
YUV 109.42 98.99 174.78 -
System Red Green Blue C M Y K H S L
Decimal 175 86 58 0 0.51 0.67 0.31 14.36 0.5 0.46
Hex AF 56 3A 0 33 43 1F E 32 2E
Octal 257 126 72 0 63 103 37 16 62 56
Binary 10101111 1010110 111010 0 110011 1000011 11111 1110 110010 101110

Color Harmonies of #AF563A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF563A

Black with #AF563A

Text Example


Text Example

White with #AF563A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF563A; }

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

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

background-color css

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

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

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

border-color css

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

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

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