Html Css Color HEX #AF5038 Orange Roughy

📋 copy color: '#AF5038'

red 175 ◦ green 80 ◦ blue 56

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

Shades of Orange Roughy #AF5038

Tints of Orange Roughy #AF5038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 18.01%

R = 56.27%
G = 25.72%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#AF5038 (or 0xAF5038) is known color: Orange Roughy. HEX triplet: AF, 50 and 38. RGB value is (175,80,56). Sum of RGB (Red+Green+Blue) = 175+80+56=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 56 (22.27% from 255 or 18.01% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5038 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AF5038 is #50AFC7. Grayscale: #696969. Windows color (decimal): -5287880 or 3690671. OLE color: 3690671.

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

Color convert

RGB 175 80 56 -
CMYK 0 0.54 0.68 0.31
HSL 12.1º 0.52% 0.45% -
HSV(B) 12.1º 0.68% 0.69% -
XYZ 21.26 15.14 5.54 -
YUV 105.67 99.97 177.45 -
System Red Green Blue C M Y K H S L
Decimal 175 80 56 0 0.54 0.68 0.31 12.1 0.52 0.45
Hex AF 50 38 0 36 44 1F C 34 2D
Octal 257 120 70 0 66 104 37 14 64 55
Binary 10101111 1010000 111000 0 110110 1000100 11111 1100 110100 101101

Color Harmonies of #AF5038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF5038

Black with #AF5038

Text Example


Text Example

White with #AF5038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF5038; }

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

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

background-color css

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

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

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

border-color css

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

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

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