Html Css Color HEX #AF503A Orange Roughy

📋 copy color: '#AF503A'

red 175 ◦ green 80 ◦ blue 58

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

Shades of Orange Roughy #AF503A

Tints of Orange Roughy #AF503A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 18.53%

R = 55.91%
G = 25.56%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.31

RGB Variations

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

Color information

#AF503A (or 0xAF503A) is known color: Orange Roughy. HEX triplet: AF, 50 and 3A. RGB value is (175,80,58). Sum of RGB (Red+Green+Blue) = 175+80+58=313 (41% of max value = 765). Red value is 175 (68.75% from 255 or 55.91% from 313); Green value is 80 (31.64% from 255 or 25.56% from 313); Blue value is 58 (23.05% from 255 or 18.53% from 313); Max value from RGB is 175 - color contains mainly: red. Hex color #AF503A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF503A is #50AFC5. Grayscale: #6A6A6A. Windows color (decimal): -5287878 or 3821743. OLE color: 3821743.

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

Color convert

RGB 175 80 58 -
CMYK 0 0.54 0.67 0.31
HSL 11.28º 0.5% 0.46% -
HSV(B) 11.28º 0.67% 0.69% -
XYZ 21.31 15.16 5.81 -
YUV 105.9 100.97 177.29 -
System Red Green Blue C M Y K H S L
Decimal 175 80 58 0 0.54 0.67 0.31 11.28 0.5 0.46
Hex AF 50 3A 0 36 43 1F B 32 2E
Octal 257 120 72 0 66 103 37 13 62 56
Binary 10101111 1010000 111010 0 110110 1000011 11111 1011 110010 101110

Color Harmonies of #AF503A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF503A

Black with #AF503A

Text Example


Text Example

White with #AF503A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF503A; }

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

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

background-color css

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

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

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

border-color css

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

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

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