Html Css Color HEX #AF573B Orange Roughy

📋 copy color: '#AF573B'

red 175 ◦ green 87 ◦ blue 59

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

Shades of Orange Roughy #AF573B

Tints of Orange Roughy #AF573B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 18.38%

R = 54.52%
G = 27.1%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF573B (or 0xAF573B) is known color: Orange Roughy. HEX triplet: AF, 57 and 3B. RGB value is (175,87,59). Sum of RGB (Red+Green+Blue) = 175+87+59=321 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.52% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 175 - color contains mainly: red. Hex color #AF573B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF573B is #50A8C4. Grayscale: #6E6E6E. Windows color (decimal): -5286085 or 3889071. OLE color: 3889071.

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

Color convert

RGB 175 87 59 -
CMYK 0 0.50 0.66 0.31
HSL 14.48º 0.5% 0.46% -
HSV(B) 14.48º 0.66% 0.69% -
XYZ 21.88 16.25 6.12 -
YUV 110.12 99.15 174.28 -
System Red Green Blue C M Y K H S L
Decimal 175 87 59 0 0.50 0.66 0.31 14.48 0.5 0.46
Hex AF 57 3B 0 32 42 1F E 32 2E
Octal 257 127 73 0 62 102 37 16 62 56
Binary 10101111 1010111 111011 0 110010 1000010 11111 1110 110010 101110

Color Harmonies of #AF573B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF573B

Black with #AF573B

Text Example


Text Example

White with #AF573B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF573B; }

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

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

background-color css

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

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

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

border-color css

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

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

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