Html Css Color HEX #AF593C Orange Roughy

📋 copy color: '#AF593C'

red 175 ◦ green 89 ◦ blue 60

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

Shades of Orange Roughy #AF593C

Tints of Orange Roughy #AF593C

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.47%

 BLUE value IS 60 (23.83% from 255) = 18.52%

R = 54.01%
G = 27.47%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF593C (or 0xAF593C) is known color: Orange Roughy. HEX triplet: AF, 59 and 3C. RGB value is (175,89,60). Sum of RGB (Red+Green+Blue) = 175+89+60=324 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.01% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 60 (23.83% from 255 or 18.52% from 324); Max value from RGB is 175 - color contains mainly: red. Hex color #AF593C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF593C is #50A6C3. Grayscale: #6F6F6F. Windows color (decimal): -5285572 or 3955119. OLE color: 3955119.

HSL color Cylindrical-coordinate representation of color #AF593C: hue angle of 15.13º degrees, saturation: 0.49, 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 #AF593C is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 89 60 -
CMYK 0 0.49 0.66 0.31
HSL 15.13º 0.49% 0.46% -
HSV(B) 15.13º 0.66% 0.69% -
XYZ 22.07 16.58 6.31 -
YUV 111.41 98.99 173.36 -
System Red Green Blue C M Y K H S L
Decimal 175 89 60 0 0.49 0.66 0.31 15.13 0.49 0.46
Hex AF 59 3C 0 31 42 1F F 31 2E
Octal 257 131 74 0 61 102 37 17 61 56
Binary 10101111 1011001 111100 0 110001 1000010 11111 1111 110001 101110

Color Harmonies of #AF593C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF593C

Black with #AF593C

Text Example


Text Example

White with #AF593C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF593C; }

 p { color: rgb(175,89,60); }

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

background-color css

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

 a { background-color: rgb(175,89,60); }

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

border-color css

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

 span { border-color: rgb(175,89,60); }

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