Html Css Color HEX #AF503D Orange Roughy

📋 copy color: '#AF503D'

red 175 ◦ green 80 ◦ blue 61

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

Shades of Orange Roughy #AF503D

Tints of Orange Roughy #AF503D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 19.3%

R = 55.38%
G = 25.32%
B = 19.3%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#AF503D (or 0xAF503D) is known color: Orange Roughy. HEX triplet: AF, 50 and 3D. RGB value is (175,80,61). Sum of RGB (Red+Green+Blue) = 175+80+61=316 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.38% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503D is #50AFC2. Grayscale: #6A6A6A. Windows color (decimal): -5287875 or 4018351. OLE color: 4018351.

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

Color convert

RGB 175 80 61 -
CMYK 0 0.54 0.65 0.31
HSL 10º 0.48% 0.46% -
HSV(B) 10º 0.65% 0.69% -
XYZ 21.39 15.19 6.22 -
YUV 106.24 102.47 177.04 -
System Red Green Blue C M Y K H S L
Decimal 175 80 61 0 0.54 0.65 0.31 10 0.48 0.46
Hex AF 50 3D 0 36 41 1F A 30 2E
Octal 257 120 75 0 66 101 37 12 60 56
Binary 10101111 1010000 111101 0 110110 1000001 11111 1010 110000 101110

Color Harmonies of #AF503D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF503D

Black with #AF503D

Text Example


Text Example

White with #AF503D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF503D; }

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

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

background-color css

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

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

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

border-color css

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

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

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