Html Css Color HEX #AF583C Orange Roughy

📋 copy color: '#AF583C'

red 175 ◦ green 88 ◦ blue 60

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

Shades of Orange Roughy #AF583C

Tints of Orange Roughy #AF583C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 54.18%
G = 27.24%
B = 18.58%

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

#AF583C (or 0xAF583C) is known color: Orange Roughy. HEX triplet: AF, 58 and 3C. RGB value is (175,88,60). Sum of RGB (Red+Green+Blue) = 175+88+60=323 (42% of max value = 765). Red value is 175 (68.75% from 255 or 54.18% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 60 (23.83% from 255 or 18.58% from 323); Max value from RGB is 175 - color contains mainly: red. Hex color #AF583C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF583C is #50A7C3. Grayscale: #6F6F6F. Windows color (decimal): -5285828 or 3954863. OLE color: 3954863.

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

Color convert

RGB 175 88 60 -
CMYK 0 0.50 0.66 0.31
HSL 14.61º 0.49% 0.46% -
HSV(B) 14.61º 0.66% 0.69% -
XYZ 21.98 16.42 6.29 -
YUV 110.82 99.32 173.78 -
System Red Green Blue C M Y K H S L
Decimal 175 88 60 0 0.50 0.66 0.31 14.61 0.49 0.46
Hex AF 58 3C 0 32 42 1F F 31 2E
Octal 257 130 74 0 62 102 37 17 61 56
Binary 10101111 1011000 111100 0 110010 1000010 11111 1111 110001 101110

Color Harmonies of #AF583C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF583C

Black with #AF583C

Text Example


Text Example

White with #AF583C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF583C; }

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

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

background-color css

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

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

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

border-color css

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

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

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