Html Css Color HEX #AF503B Orange Roughy

📋 copy color: '#AF503B'

red 175 ◦ green 80 ◦ blue 59

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

Shades of Orange Roughy #AF503B

Tints of Orange Roughy #AF503B

RGB

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

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

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

R = 55.73%
G = 25.48%
B = 18.79%

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

#AF503B (or 0xAF503B) is known color: Orange Roughy. HEX triplet: AF, 50 and 3B. RGB value is (175,80,59). Sum of RGB (Red+Green+Blue) = 175+80+59=314 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.73% from 314); Green value is 80 (31.64% from 255 or 25.48% from 314); Blue value is 59 (23.44% from 255 or 18.79% from 314); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503B is #50AFC4. Grayscale: #6A6A6A. Windows color (decimal): -5287877 or 3887279. OLE color: 3887279.

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

Color convert

RGB 175 80 59 -
CMYK 0 0.54 0.66 0.31
HSL 10.86º 0.5% 0.46% -
HSV(B) 10.86º 0.66% 0.69% -
XYZ 21.34 15.17 5.94 -
YUV 106.01 101.47 177.21 -
System Red Green Blue C M Y K H S L
Decimal 175 80 59 0 0.54 0.66 0.31 10.86 0.5 0.46
Hex AF 50 3B 0 36 42 1F B 32 2E
Octal 257 120 73 0 66 102 37 13 62 56
Binary 10101111 1010000 111011 0 110110 1000010 11111 1011 110010 101110

Color Harmonies of #AF503B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF503B

Black with #AF503B

Text Example


Text Example

White with #AF503B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF503B; }

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

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

background-color css

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

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

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

border-color css

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

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

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