Html Css Color HEX #AF503C Orange Roughy

📋 copy color: '#AF503C'

red 175 ◦ green 80 ◦ blue 60

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

Shades of Orange Roughy #AF503C

Tints of Orange Roughy #AF503C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25.4%

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

R = 55.56%
G = 25.4%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#AF503C (or 0xAF503C) is known color: Orange Roughy. HEX triplet: AF, 50 and 3C. RGB value is (175,80,60). Sum of RGB (Red+Green+Blue) = 175+80+60=315 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.56% from 315); Green value is 80 (31.64% from 255 or 25.40% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503C is #50AFC3. Grayscale: #6A6A6A. Windows color (decimal): -5287876 or 3952815. OLE color: 3952815.

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

Color convert

RGB 175 80 60 -
CMYK 0 0.54 0.66 0.31
HSL 10.43º 0.49% 0.46% -
HSV(B) 10.43º 0.66% 0.69% -
XYZ 21.36 15.18 6.08 -
YUV 106.13 101.97 177.13 -
System Red Green Blue C M Y K H S L
Decimal 175 80 60 0 0.54 0.66 0.31 10.43 0.49 0.46
Hex AF 50 3C 0 36 42 1F A 31 2E
Octal 257 120 74 0 66 102 37 12 61 56
Binary 10101111 1010000 111100 0 110110 1000010 11111 1010 110001 101110

Color Harmonies of #AF503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF503C

Black with #AF503C

Text Example


Text Example

White with #AF503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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