Html Css Color HEX #AF573A Orange Roughy

📋 copy color: '#AF573A'

red 175 ◦ green 87 ◦ blue 58

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

Shades of Orange Roughy #AF573A

Tints of Orange Roughy #AF573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.19%

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

R = 54.69%
G = 27.19%
B = 18.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF573A (or 0xAF573A) is known color: Orange Roughy. HEX triplet: AF, 57 and 3A. RGB value is (175,87,58). Sum of RGB (Red+Green+Blue) = 175+87+58=320 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.69% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 175 - color contains mainly: red. Hex color #AF573A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF573A is #50A8C5. Grayscale: #6E6E6E. Windows color (decimal): -5286086 or 3823535. OLE color: 3823535.

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

Color convert

RGB 175 87 58 -
CMYK 0 0.50 0.67 0.31
HSL 14.87º 0.5% 0.46% -
HSV(B) 14.87º 0.67% 0.69% -
XYZ 21.85 16.24 5.99 -
YUV 110.01 98.65 174.36 -
System Red Green Blue C M Y K H S L
Decimal 175 87 58 0 0.50 0.67 0.31 14.87 0.5 0.46
Hex AF 57 3A 0 32 43 1F F 32 2E
Octal 257 127 72 0 62 103 37 17 62 56
Binary 10101111 1010111 111010 0 110010 1000011 11111 1111 110010 101110

Color Harmonies of #AF573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF573A

Black with #AF573A

Text Example


Text Example

White with #AF573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF573A; }

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

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

background-color css

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

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

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

border-color css

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

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

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